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