mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-30 07:29:39 +01:00
Update mob_holder.dm
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user