mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
## About The Pull Request
Fixes the following runtime caught by CI.

`owner` can be null so we have to check for it just like we do before
calling `on_life()`.
e538550810/code/modules/mob/living/carbon/life.dm (L472-L473)
## Why It's Good For The Game
Less runtimes
## Changelog
🆑
fix: fixes a runtime in organ on_death()
/🆑