Files
Bubberstation/code/modules/mob/living/brain
distributivgesetz 9ef2971e5b Adds a sanity check to /mob/living/brain/Life() to make sure it's actually in an MMI (#77071)
## About The Pull Request

This PR adds a sanity check to /mob/living/brain in the offchance that
the reference to container is no longer valid. This has only happened
once before as far as I know, but it was catastrophical enough to
warrant a failsafe system. I'm not even sure if this is something that's
player-facing because there's no set of circumstances in the game that
would cause this bug to happen, outside of adminbus.
## Why It's Good For The Game

Fixes #68497
## Changelog
🆑
fix: Fixes an extremely rare bug where a /mob/living/brain with a client
would not be moved out of nullspace correctly, causing admin log spam.
/🆑
2023-08-03 13:56:41 +02:00
..