fix test for lifepotion (tree growth was fuxxing it up)

This commit is contained in:
Enno Rehling 2018-05-01 19:05:04 +02:00
parent e5d3d77c06
commit 962b8082b7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ function setup()
end
function test_water_of_life()
eressea.settings.set("rules.grow.formula", 0) -- no tree growth
local r = region.create(0, 0, "plain")
r:set_flag(1, false) -- no mallorn
local f = faction.create("human")