Files
Bubberstation/code/modules/mob/dead/observer
san7890 de2c9a78d2 Fixes Ghostize Runtime (#79927)
## About The Pull Request


![image](https://github.com/tgstation/tgstation/assets/34697715/32e0ff55-30c3-4a73-b53b-0c2c610d5137)

I had this runtime sitting around for who-knows-how-long so I decided I
would just fix it today. `ghostize()` is expected to work on all
subtypes of `/mob` so it's a bad idea to access a variable that only
exists on `/mob/living` (and there is no real point to move
`timeofdeath` up a level imo, we already have too much clutter there and
`/mob/camera/imaginary_friend` would _never_ need it).
## Why It's Good For The Game

We should only access variables like these when when they exist.
## Changelog
No shot a player would ever notice this
2023-11-26 17:42:02 +01:00
..
2023-11-26 17:42:02 +01:00