mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user