A sanity check and some improvements (again) to the optimization on explosions.

This commit is contained in:
SkyMarshal
2012-06-06 11:13:17 -07:00
parent 7bd1c27d2b
commit 73e8328da1
2 changed files with 34 additions and 32 deletions

View File

@@ -47,7 +47,8 @@
/mob/proc/death(gibbed)
timeofdeath = world.time
client.onDeath()
if(client)
client.onDeath()
var/cancel = 0
for(var/mob/M in world)