Update mob_holder.dm

This commit is contained in:
silicons
2021-01-17 20:24:53 -07:00
committed by GitHub
parent 07b10f268b
commit 6146a4ca9a
+1 -1
View File
@@ -141,7 +141,7 @@
/obj/item/clothing/head/mob_holder/dropped(mob/user)
. = ..()
if(held_mob && isturf(loc))//don't release on soft-drops
if(held_mob && !ismob(loc))//don't release on soft-drops
release()
/obj/item/clothing/head/mob_holder/proc/release()