mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 10:31:34 +00:00
## About The Pull Request - Removed duplicate definition of `/obj/item/storage/contents_explosion()` - Removed var `rummage_if_nodrop`. It's always `TRUE` and nowhere in game is it modified so we implement its value directly - Autodoc for procs `PopulateContents()` & `emptyStorage()` - Deconstructing storages is faster as it drops the contents directly on the turf instead of refreshing views, animating parent, updating appearance & other stuff done in `removeAll()`. It also has no side effects as presently indestructible contents is moved to the turf inside `Destroy()` ## Changelog 🆑 code: improved storage code /🆑