Files
Bubberstation/code/modules/mob
SkyratBot 90937da3e8 [MIRROR] Fixing an oddity with morgue corpses ( or rather, appears_alive() ) [MDB IGNORE] (#22996)
* Fixing an oddity with morgue corpses  ( or rather, appears_alive() ) (#77455)

## About The Pull Request
Look, appears_alive() checks the health variable rather than the state
of the mob, and that's probably reason why it's only used in two places,
because dead mobs do not necessarily have their health at or below zero.

## Why It's Good For The Game
This will fix #77332.

## Changelog

🆑
fix: Fixed an oddity with morgue corpses being shakeable like they're
just unconscious.
/🆑

* Fixing an oddity with morgue corpses  ( or rather, appears_alive() )

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2023-08-10 13:47:27 -04:00
..