mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user