Fixes unconscious mobs counting towards the "everyone is dead lets restart" thing

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3344 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2012-03-23 06:10:44 +00:00
parent 1de7567433
commit dfbcf7edf5

View File

@@ -108,7 +108,7 @@
var/cancel = 0 var/cancel = 0
for(var/mob/M in world) for(var/mob/M in world)
if(M.client && !M.stat) if(M.client && (M.stat != DEAD))
cancel = 1 cancel = 1
break break
if(!cancel) if(!cancel)