From 26b8adb4f6bc652225768ff36f6885024061b484 Mon Sep 17 00:00:00 2001 From: Doubleumc Date: Mon, 19 Aug 2024 19:03:01 -0400 Subject: [PATCH] initial --- code/modules/clothing/suits/storage.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/clothing/suits/storage.dm b/code/modules/clothing/suits/storage.dm index 0d5fc31a2560..7ac0ddc018fa 100644 --- a/code/modules/clothing/suits/storage.dm +++ b/code/modules/clothing/suits/storage.dm @@ -10,6 +10,10 @@ pockets.max_storage_space = 4 flags_atom |= USES_HEARING +/obj/item/clothing/suit/storage/Destroy() + QDEL_NULL(pockets) + return ..() + /obj/item/clothing/suit/storage/get_pockets() if(pockets) return pockets