mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Fix being unable to store gum in gum boxes (#50385)
This commit is contained in:
@@ -1295,7 +1295,7 @@
|
||||
/obj/item/storage/box/gum/ComponentInitialize()
|
||||
. = ..()
|
||||
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
|
||||
STR.set_holdable(list(/obj/item/storage/box/gum))
|
||||
STR.set_holdable(list(/obj/item/reagent_containers/food/snacks/chewable/bubblegum))
|
||||
STR.max_items = 4
|
||||
|
||||
/obj/item/storage/box/gum/PopulateContents()
|
||||
|
||||
Reference in New Issue
Block a user