Merge remote-tracking branch 'citadel/master' into auxtools-atmos

This commit is contained in:
silicons
2021-04-27 00:59:45 -07:00
679 changed files with 317691 additions and 310960 deletions
+1 -1
View File
@@ -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()