This commit is contained in:
DeltaFire
2021-03-15 23:14:29 +01:00
parent f99c17012c
commit 2d43fd06e8

View File

@@ -360,7 +360,7 @@
/obj/item/pet_carrier/bluespace/single_use/remove_occupant(mob/living/occupant)
. = ..()
if(!QDELETING(src))
if(!QDELETED(src))
playsound(src, "shatter", 70, 1)
qdel(src)