Small tweak to the changeling death ticker. 15 lagminutes don't really work.

Also added the check for changeling body destroyed.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@366 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-11-02 20:54:34 +00:00
parent be044b18c8
commit 9ccede8ca1
+4 -1
View File
@@ -179,8 +179,11 @@
world << sound('intercept.ogg')
/datum/game_mode/changeling/check_finished()
if(!changeling.current)
return 1
if(changeling.current.stat==2)
if(changelingdeathticker>=900)
if(changelingdeathticker>=600)
return 1
changelingdeathticker++