Files
Bubberstation/code/modules/mob/dead
SkyratBot 71beaa5e21 [MIRROR] Fixes Ghostize Runtime [MDB IGNORE] (#25264)
* 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

* Fixes Ghostize Runtime

---------

Co-authored-by: san7890 <the@san7890.com>
2023-11-26 11:27:55 -06:00
..