forked from github/server
quick fix for intermittent spells
This commit is contained in:
parent
db07cbed6b
commit
5dea221b8b
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
require 'tests.e2.spells'
|
||||
require 'tests.e2.buildings'
|
||||
require 'tests.e2.production'
|
||||
require 'tests.e2.adamantium'
|
||||
|
@ -7,7 +8,6 @@ require 'tests.e2.e2features'
|
|||
require 'tests.e2.movement'
|
||||
require 'tests.e2.destroy'
|
||||
require 'tests.e2.guard'
|
||||
require 'tests.e2.spells'
|
||||
require 'tests.e2.stealth'
|
||||
require 'tests.e2.items'
|
||||
require 'tests.items'
|
||||
|
|
|
@ -8,6 +8,7 @@ function setup()
|
|||
eressea.settings.set("nmr.timeout", "0")
|
||||
eressea.settings.set("NewbieImmunity", "0")
|
||||
eressea.settings.set("rules.food.flags", "4")
|
||||
eressea.settings.set("rules.peasants.growth.factor", "0")
|
||||
end
|
||||
|
||||
function test_shapeshift()
|
||||
|
@ -44,7 +45,7 @@ function test_raindance()
|
|||
u:clear_orders()
|
||||
u:add_order("ZAUBERE STUFE 1 Regentanz")
|
||||
assert_equal(0, r:get_resource("money"))
|
||||
|
||||
|
||||
process_orders()
|
||||
assert_equal(200, r:get_resource("money"))
|
||||
assert_equal(0, u:get_item("money"))
|
||||
|
|
Loading…
Reference in a new issue