Fixes bugs that prevent spawning dead slimes and dead monkeys before roundstart.

This commit is contained in:
Jesus Hussein Chris
2014-01-13 12:38:31 +13:00
parent 7d309d56ff
commit 68a6131c22
2 changed files with 4 additions and 2 deletions
@@ -22,6 +22,7 @@
update_canmove()
if(blind) blind.layer = 0
ticker.mode.check_win()
if(ticker && ticker.mode)
ticker.mode.check_win()
return ..(gibbed)
@@ -18,6 +18,7 @@
update_canmove()
if(blind) blind.layer = 0
ticker.mode.check_win()
if(ticker && ticker.mode)
ticker.mode.check_win()
return ..(gibbed)