mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
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 /🆑
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