forked from github/server
Bug 0002014: Zwergenausrüstung kann nicht hergestellt werden
Testcase auf Rasse Halbling geändert.
This commit is contained in:
parent
6987c61d97
commit
aae6ac34d9
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ end
|
||||||
|
|
||||||
function test_golem_use_four_iron()
|
function test_golem_use_four_iron()
|
||||||
local r0 = region.create(0, 0, "plain")
|
local r0 = region.create(0, 0, "plain")
|
||||||
local f1 = faction.create("noreply@eressea.de", "dwarf", "de")
|
local f1 = faction.create("noreply@eressea.de", "halfling", "de")
|
||||||
local u1 = unit.create(f1, r0, 3)
|
local u1 = unit.create(f1, r0, 3)
|
||||||
u1.race = "irongolem"
|
u1.race = "irongolem"
|
||||||
u1:set_skill("weaponsmithing", 1)
|
u1:set_skill("weaponsmithing", 1)
|
||||||
|
|
Loading…
Reference in a new issue