Files
Bubberstation/code/datums/storage
SkyratBot 01410fbf3f [MIRROR] fix return_inv() returning a null sometimes, causing get_all_gear() to runtime (#26421)
* fix return_inv() returning a null sometimes, causing get_all_gear() to runtime (#81344)

## About The Pull Request

Fixes the return_inv() proc of datum/storage returning a null in
addition to inventory items. This caused get_all_gear() proc of
mob/living to runtime at times, because it would try to recursively
access a null's inventory...
## Why It's Good For The Game

Bugs bad.
## Changelog
🆑
fix: fix heretic's rust mark failing to damage any items if the victim
has any container on them with another item inside, and maybe other bugs
of similar nature
/🆑

* fix return_inv() returning a null sometimes, causing get_all_gear() to runtime

---------

Co-authored-by: ViktorKoL <44502667+ViktorKoL@users.noreply.github.com>
2024-02-08 22:53:58 +01:00
..