[MIRROR] makes morgue units not hold ghosts [MDB IGNORE] (#22342)

* makes morgue units not hold ghosts (#76685)

## About The Pull Request

makes them unable to hold any /mob/dead

## Why It's Good For The Game

Fixes #76632

## Changelog
🆑
fix: morgue units can no longer hold ghosts
/🆑

* makes morgue units not hold ghosts

---------

Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-07-12 11:28:06 -04:00
committed by GitHub
co-authored by jimmyl
parent ca36bc9345
commit 0e9e5b6c8e
+2
View File
@@ -156,6 +156,8 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an
continue
else if(istype(AM, /obj/effect/dummy/phased_mob))
continue
else if(isdead(AM))
continue
AM.forceMove(src)
toggle_organ_decay(src)
update_appearance()