Fixes goldgrubs leaving floating emissives after dying (#96865)

## About The Pull Request

<img width="240" height="141" alt="dreamseeker_yU7zcN5nNC"
src="https://github.com/user-attachments/assets/08957f26-6347-429b-97d5-dc24a8c3f486"
/>

## Changelog
🆑
fix: Fixed goldgrubs leaving floating emissives after dying
/🆑
This commit is contained in:
SmArtKar
2026-07-09 16:32:10 +02:00
committed by GitHub
parent 4b97c26d13
commit c7039b06a9
@@ -162,6 +162,11 @@
if(has_emissive)
. += emissive_appearance(icon, "[icon_state]_e", src)
/mob/living/basic/mining/goldgrub/death(gibbed)
. = ..()
if (!QDELETED(src) && has_emissive)
update_appearance(UPDATE_OVERLAYS)
/mob/living/basic/mining/goldgrub/baby
icon = 'icons/mob/simple/lavaland/lavaland_monsters.dmi'
name = "goldgrub baby"