From 962b8082b7416218cca762e14c95199f00012acf Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 1 May 2018 19:05:04 +0200 Subject: [PATCH] fix test for lifepotion (tree growth was fuxxing it up) --- scripts/tests/e2/items.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tests/e2/items.lua b/scripts/tests/e2/items.lua index e444a9c73..11bcdaed5 100644 --- a/scripts/tests/e2/items.lua +++ b/scripts/tests/e2/items.lua @@ -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")