diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 0cce3f4df6..c13a8bfa66 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -99,7 +99,6 @@ /obj/item/clothing/suit/armor/hos/platecarrier/ComponentInitialize() . = ..() var/datum/component/storage/concrete/storage = AddComponent(/datum/component/storage/concrete) - storage.max_volume = 28 storage.max_items = 5 /obj/item/clothing/suit/armor/vest/warden