disable nwbie immunity in test that requires ATTACK

This commit is contained in:
Enno Rehling 2018-01-22 19:30:56 +01:00
parent cc278896f9
commit 7441b1e0eb
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ module("tests.items", package.seeall, lunit.testcase )
function setup()
eressea.free_game()
eressea.settings.set("nmr.timeout", "0")
eressea.settings.set("NewbieImmunity", "0")
eressea.settings.set("rules.food.flags", "4")
eressea.settings.set("rules.ship.storms", "0")
eressea.settings.set("rules.encounters", "0")