What do you mean I cant hold the armory on my back?

But mmmmmuuuummmm I want to have 12 duffle bags in my bag of holding!!!
This commit is contained in:
Trilbyspaceclone
2019-11-08 21:05:30 -05:00
committed by GitHub
parent dc9a700fa9
commit 5e1ab01733
+2 -2
View File
@@ -59,8 +59,8 @@
/obj/item/storage/backpack/holding/ComponentInitialize()
. = ..()
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
STR.allow_big_nesting = TRUE
STR.max_w_class = WEIGHT_CLASS_GIGANTIC
STR.allow_big_nesting = FALSE
STR.max_w_class = WEIGHT_CLASS_HUGE
STR.max_combined_w_class = 35
/obj/item/storage/backpack/holding/suicide_act(mob/living/user)