From 1553b99107b95356f3500f85e748dc46a84d78e1 Mon Sep 17 00:00:00 2001 From: TrojanCoyote <37253439+TrojanCoyote@users.noreply.github.com> Date: Mon, 13 Jun 2022 11:17:21 -0500 Subject: [PATCH] Lets inheritance decide volume --- code/modules/clothing/suits/armor.dm | 1 - 1 file changed, 1 deletion(-) 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