Files
Bubberstation/code/modules/mob/dead
SkyratBot 720cf262c1 [MIRROR] Fixes observers spamming admin logs when observing themselves [MDB IGNORE] (#25714)
* Fixes observers spamming admin logs when observing themselves (#80407)

## About The Pull Request

Fixes #77034 by adding in a check to do_observe to prevent observers
from observing themselves. It does prevent them from observing their own
bodies and seeing their hud and entire inventory as a ghost, but that's
not a major problem because they probably either remember what they had
if it's so important to constantly see what's on their mob or it doesn't
matter. Additionally they can just use re-enter corpse so whatever.
## Why It's Good For The Game

Observers can no longer intentionally or even completely accidentally
flood admin logs from their observetarget not resetting due to them
observing themselves.
## Changelog
🆑
fix: Observers observing themselves no longer floods admins' logs.
/🆑

* Fixes observers spamming admin logs when observing themselves

---------

Co-authored-by: Diamond_ <novadiamonddigger@gmail.com>
2023-12-18 13:01:22 -06:00
..