mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-28 15:49:02 +01:00
Merge pull request #14593 from BlueWildrose/corgiflail
Fixes phantom mob-holder items
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
|
||||
/obj/item/clothing/head/mob_holder/dropped(mob/user)
|
||||
. = ..()
|
||||
if(held_mob && !ismob(loc))//don't release on soft-drops
|
||||
if(held_mob && !ismob(loc) && !istype(loc,/obj/item/storage))//don't release on soft-drops
|
||||
release()
|
||||
|
||||
/obj/item/clothing/head/mob_holder/proc/release()
|
||||
|
||||
Reference in New Issue
Block a user