mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
I ALMOST FORGOT YOU :D
This commit is contained in:
@@ -178,6 +178,9 @@
|
|||||||
if(ismob(Movable))
|
if(ismob(Movable))
|
||||||
var/mob/M = Movable
|
var/mob/M = Movable
|
||||||
|
|
||||||
|
if (istype(M, /mob/camera))
|
||||||
|
continue
|
||||||
|
|
||||||
if (istype(M, /mob/dead))
|
if (istype(M, /mob/dead))
|
||||||
listeners += M
|
listeners += M
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user