remove debug output

This commit is contained in:
Enno Rehling 2012-05-19 18:49:52 -07:00
parent 635ee6a99e
commit 97919c6a25
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
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"