mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Items in boxes now properly spawn with the IN_STORAGE flag (#63526)
sets flags properly Fixes #57644
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
/obj/item/storage/Initialize(mapload)
|
||||
. = ..()
|
||||
PopulateContents()
|
||||
for (var/obj/item/item in src)
|
||||
item.item_flags |= IN_STORAGE
|
||||
|
||||
/obj/item/storage/ComponentInitialize()
|
||||
AddComponent(component_type)
|
||||
|
||||
Reference in New Issue
Block a user