mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes despawned TF items spitting out visible voice ghost mobs for all to see. (#6745)
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
for(var/atom/movable/A in affecting)
|
||||
if(!isobj(A) && !isliving(A))
|
||||
continue
|
||||
if(istype(A, /obj/effect/decal/cleanable))
|
||||
if(istype(A, /obj/effect/decal/cleanable) || istype(A, /mob/living/voice))
|
||||
qdel(A)
|
||||
if(!A.anchored)
|
||||
if(A.loc == src.loc)
|
||||
|
||||
Reference in New Issue
Block a user