mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user