Merge pull request #16860 from Vi3trice/headpocket-stop-eating-my-stuff

Fix - Skrell headpockets will empty on destroy instead of deleting their contents
This commit is contained in:
variableundefined
2021-10-03 20:47:07 -05:00
committed by GitHub
@@ -16,7 +16,7 @@
var/obj/item/held_item
/obj/item/organ/internal/headpocket/Destroy()
QDEL_NULL(held_item)
empty_contents()
return ..()
/obj/item/organ/internal/headpocket/on_life()