use snowman

This commit is contained in:
Enno Rehling 2006-02-26 00:59:49 +00:00
parent 3fb3e7b201
commit 318f348f27
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ function use_snowman(u, amount)
local man = add_unit(u.faction, u.region)
man.race = "snowman"
man.number = amount
man:add_item("snowman", -amount)
u:add_item("snowman", -amount)
return 0
end
return -4