Fixes infiltrator toolbox not fitting all suit parts (#67793)

Fixes #67770

People buying the infiltrator kit couldn't put all the suit parts back into the case after taking them out
This commit is contained in:
bob-b-b
2022-06-16 16:23:45 +01:00
committed by GitHub
parent 131dd3eb79
commit c59da63de2
@@ -280,6 +280,7 @@
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
STR.max_items = 10
STR.max_w_class = WEIGHT_CLASS_NORMAL
STR.max_combined_w_class = 24
STR.set_holdable(list(
/obj/item/clothing/head/helmet/infiltrator,
/obj/item/clothing/suit/armor/vest/infiltrator,