Update mob_holder.dm

This commit is contained in:
Ghom
2020-02-12 12:43:47 +01:00
committed by GitHub
parent e5ab230b26
commit 12b84aa333
+1 -1
View File
@@ -130,7 +130,7 @@
if(AM == held_mob)
held_mob.reset_perspective()
held_mob = null
qdel(src)
QDEL_IN(src, 1) //To avoid a qdel loop.
/obj/item/clothing/head/mob_holder/Entered(atom/movable/AM, atom/newloc)
. = ..()