[no gbp] Watchers don't glow while they are dead (#77910)

## About The Pull Request

Removes watcher emissive appearance while dead.

## Why It's Good For The Game

Made it look like they were haunted by their own ghost, spooky but
inappropriate.

## Changelog

🆑
fix: Watchers won't retain an ethereal outline of their wings hovering
over their dead body.
/🆑
This commit is contained in:
Jacquerel
2023-08-26 01:22:53 +01:00
committed by GitHub
parent e0a119c3fe
commit f77de06e6f
@@ -70,6 +70,8 @@
/mob/living/basic/mining/watcher/update_overlays()
. = ..()
if (stat == DEAD)
return
. += emissive_appearance(icon, "watcher_emissive", src)
/// I love eating diamonds yum