Files
Bubberstation/code/modules/surgery
Bloop d7e8928f0d Fixes a runtime in obj/item/organ/on_death() (#78882)
## About The Pull Request

Fixes the following runtime caught by CI.


![firefox_BCIl7d348X](https://github.com/tgstation/tgstation/assets/13398309/8ee2a657-7d25-4793-a5e5-d1e489107188)

`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()
/🆑
2023-10-10 12:45:00 -06:00
..