Skip to content
Snippets Groups Projects
Commit e9617099 authored by dg's avatar dg
Browse files

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@3049 51575b47-30f0-44d4-a5cc-537603b46e54
parent c6a7956f
No related branches found
No related tags found
No related merge requests found
......@@ -626,7 +626,7 @@ local drop_tables = {
double_ego = 20,
ego = 35,
basic = 20,
money = 7000,
money = 7,
},
[2] = {
uniques = 0.7,
......@@ -1090,7 +1090,7 @@ function _M:createRandomZone()
width = data.w, height = data.h,
color_shown = data.tint_s,
color_obscure = data.tint_o,
ambient_music = music,
ambient_music = rng.table(musics),
generator = {
map = layout.gen(data),
actor = { class = "engine.generator.actor.Random",nb_npc = {5, 7}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment