mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
fixes garment bag stacking + stops accessories from deleting themselves (#63684)
This commit is contained in:
@@ -34,12 +34,13 @@
|
||||
. = ..()
|
||||
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
|
||||
STR.max_w_class = WEIGHT_CLASS_NORMAL
|
||||
STR.display_numerical_stacking = FALSE
|
||||
STR.max_combined_w_class = 200
|
||||
STR.max_items = 15
|
||||
STR.insert_preposition = "in"
|
||||
STR.set_holdable(list(
|
||||
/obj/item/clothing
|
||||
))
|
||||
/obj/item/clothing,
|
||||
))
|
||||
|
||||
/obj/item/storage/bag/garment/captain/PopulateContents()
|
||||
new /obj/item/clothing/under/rank/captain(src)
|
||||
|
||||
Reference in New Issue
Block a user