forked from github/server
remove debug output
This commit is contained in:
parent
635ee6a99e
commit
97919c6a25
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
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 a new issue