Fixes the brimdust status alert sprite (#94443)

## About The Pull Request

Otherwise the effect is stuck at the max stacks icon and doesn't have a
background.

## Changelog
🆑
fix: Fixed the brimdust status alert sprite
/🆑
This commit is contained in:
SmArtKar
2025-12-14 02:28:07 +01:00
committed by GitHub
parent b61bb7bd7a
commit 23df5a5b8f
@@ -143,7 +143,7 @@
/datum/status_effect/stacking/brimdust_coating/on_creation(mob/living/new_owner, stacks_to_apply)
. = ..()
linked_alert?.icon_state = "brimdemon_[stacks]"
linked_alert?.overlay_state = "brimdemon_[stacks]"
/datum/status_effect/stacking/brimdust_coating/on_apply()
. = ..()