Fixes update_overlays() being called by itself (#96825)

## About The Pull Request
calling this proc by itself SHOULD do literally nothing as all it does
is builds and returns a list of icons

I wonder if this changes anything.
## Changelog
🆑
code: Ensures some code actually updates overlays instead of return a
list of them to nobody
/🆑
This commit is contained in:
FalloutFalcon
2026-07-07 09:18:47 +02:00
committed by GitHub
parent 19f2ea6e32
commit e7fc4366a7
6 changed files with 29 additions and 24 deletions
@@ -54,7 +54,7 @@
/mob/living/basic/blob_minion/blobbernaut/death(gibbed)
flick("[icon_state]_death", src)
playsound(src, 'sound/mobs/non-humanoids/blobmob/blobbernaut_death.ogg', 100, TRUE)
update_overlays()
update_appearance(UPDATE_OVERLAYS)
return ..()
/mob/living/basic/blob_minion/blobbernaut/create_mob_hud()