I ALMOST FORGOT YOU :D

This commit is contained in:
ESwordTheCat
2014-04-24 04:42:47 +08:00
parent 75185c2c24
commit 3c2a46170e

View File

@@ -178,6 +178,9 @@
if(ismob(Movable))
var/mob/M = Movable
if (istype(M, /mob/camera))
continue
if (istype(M, /mob/dead))
listeners += M
continue