From 6a6a456b404927ee833244c2dd932ded3e0b40a9 Mon Sep 17 00:00:00 2001 From: ExusA <67055922+ExusA@users.noreply.github.com> Date: Wed, 19 Aug 2020 16:18:16 +0800 Subject: [PATCH] storage clothes are NORMAL --- code/modules/clothing/suits/storage.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/storage.dm b/code/modules/clothing/suits/storage.dm index 9a675742b5e..1da4138fe77 100644 --- a/code/modules/clothing/suits/storage.dm +++ b/code/modules/clothing/suits/storage.dm @@ -1,5 +1,6 @@ /obj/item/clothing/suit/storage var/obj/item/storage/internal/pockets + w_class = WEIGHT_CLASS_NORMAL //we don't want these to be able to fit in their own pockets. /obj/item/clothing/suit/storage/New() ..()