mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -108,7 +108,7 @@
|
||||
|
||||
var/cancel = 0
|
||||
for(var/mob/M in world)
|
||||
if(M.client && !M.stat)
|
||||
if(M.client && (M.stat != DEAD))
|
||||
cancel = 1
|
||||
break
|
||||
if(!cancel)
|
||||
|
||||
Reference in New Issue
Block a user