From e6c1bb7c92bb51c77cd0a538caeebf5e16f616db Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Fri, 16 Nov 2018 06:43:52 -0500 Subject: [PATCH] Makes cloaks obscure suit storage items --- code/modules/clothing/suits/cloaks.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/cloaks.dm b/code/modules/clothing/suits/cloaks.dm index 173d50ba641..81acca03588 100644 --- a/code/modules/clothing/suits/cloaks.dm +++ b/code/modules/clothing/suits/cloaks.dm @@ -8,6 +8,7 @@ item_state = "qmcloak" w_class = WEIGHT_CLASS_SMALL body_parts_covered = CHEST|GROIN|LEGS|ARMS + flags_inv = HIDESUITSTORAGE /obj/item/clothing/head/cloakhood name = "cloak hood"