forked from github/server
funktion. braucht klammern.
This commit is contained in:
parent
a8e543c3f3
commit
e5bd9e8199
|
@ -9,7 +9,7 @@ function use_xmastree(u, amount)
|
||||||
end
|
end
|
||||||
|
|
||||||
function update_xmas2006()
|
function update_xmas2006()
|
||||||
if get_season == "winter" then
|
if get_season() == "winter" then
|
||||||
msg = message("xmastree_effect")
|
msg = message("xmastree_effect")
|
||||||
for r in regions() do
|
for r in regions() do
|
||||||
if r:get_key("xm06") then
|
if r:get_key("xm06") then
|
||||||
|
|
Loading…
Reference in New Issue