Files
Bubberstation/code/game/objects/items/storage/boxes
SkyratBot 92d499e454 [MIRROR] Fix the materials box dropping its contents on creation (#27504)
* Fix the materials box dropping its contents on creation (#82892)

## About The Pull Request
This fixes the materials box (part of the debug box/admin outfit)
dropping its contents everywhere. The issue is that these stacks will
merge during `PopulateContents` as part of the parent call to
`/obj/item/storage/Initialize` before
`/obj/item/storage/box/material/Initialize` has a chance to change the
size of the box.
## Why It's Good For The Game
Fixes #82705
## Changelog
🆑 VexingRaven
fix: The debug box no longer spills its contents everywhere
/🆑

* Fix the materials box dropping its contents on creation

* Update engineering_boxes.dm

---------

Co-authored-by: VexingRaven <msgerbs@users.noreply.github.com>
Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
2024-04-28 22:27:20 +02:00
..
2024-04-26 01:22:24 +02:00