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"