Files
Bubberstation/code/modules/mob/dead
SkyratBot ef67ae30cf [MIRROR] Fixes some observer hard dels [MDB IGNORE] (#25989)
* Fixes some observer hard dels (#80757)

## About The Pull Request

Tin. This was another /image hard del that I came across within a given
round. AFAIK this was occurring because `updateallghostimages()` removes
refs of these images from GLOB.ghost_images_default and
GLOB.ghost_images_simple, and this proc was being called after
`QDEL_NULL()`. So they were still in the lists at the time of the
qdeletion. We don't need to be qdeleting them at all though so let's
just set them to null.

![image](https://github.com/tgstation/tgstation/assets/13398309/2397de8c-dbec-4453-8714-eb5ee0c01329)

## Why It's Good For The Game

Reduces the lag.

## Changelog

🆑
fix: fixed an /image hard del in ghost code
/🆑

* Fixes some observer hard dels

---------

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2024-01-04 19:31:33 +00:00
..