forked from github/server
trying to figure out why some run_tests tests are not working
This commit is contained in:
parent
8168a6c5ec
commit
635ee6a99e
|
@ -1,4 +1,5 @@
|
||||||
function use_snowman(u, amount)
|
function use_snowman(u, amount)
|
||||||
|
print(u .. "using snowman in " .. u.region)
|
||||||
if u.region.terrain == "glacier" then
|
if u.region.terrain == "glacier" then
|
||||||
local man = unit.create(u.faction, u.region)
|
local man = unit.create(u.faction, u.region)
|
||||||
man.race = "snowman"
|
man.race = "snowman"
|
||||||
|
|
Loading…
Reference in New Issue