mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user