From 7dbcc81fd32f3aeac0e3089b1d1dc7cd517b99ca Mon Sep 17 00:00:00 2001 From: buffyuwu <42501819+buffyuwu@users.noreply.github.com> Date: Thu, 16 Sep 2021 14:23:21 -0400 Subject: [PATCH] whoops --- code/modules/clothing/suits/miscellaneous.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index fc3baf9b16..61a09ec6e6 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -451,21 +451,18 @@ desc = "A soft purple hoodie with a TailorCo brand on the tag." icon_state = "purplehoodie" item_state = "purplehoodie" - pocket_storage_component_path = /datum/component/storage/concrete/pockets/small /obj/item/clothing/suit/jacket/bluehoodie name = "blue hoodie" desc = "A soft blue hoodie with a TailorCo brand on the tag." icon_state = "bluehoodie" item_state = "bluehoodie" - pocket_storage_component_path = /datum/component/storage/concrete/pockets/small /obj/item/clothing/suit/jacket/heartcoat name = "heart coat" desc = "A soft winter coat with a TailorCo brand on the tag." icon_state = "heartcoat" item_state = "heartcoat" - pocket_storage_component_path = /datum/component/storage/concrete/pockets/small /obj/item/clothing/suit/jacket/leather name = "leather jacket"