mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user