trying to figure out why some run_tests tests are not working

This commit is contained in:
Enno Rehling 2012-05-20 03:21:19 +02:00
parent 8168a6c5ec
commit 635ee6a99e
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
function use_snowman(u, amount)
print(u .. "using snowman in " .. u.region)
if u.region.terrain == "glacier" then
local man = unit.create(u.faction, u.region)
man.race = "snowman"