Fixes ghost poll alerts missing backgrounds (#95363)

This commit is contained in:
SmArtKar
2026-03-11 21:00:11 +01:00
committed by GitHub
parent 33acd8f46f
commit cd002246ab
47 changed files with 108 additions and 95 deletions
@@ -93,7 +93,7 @@
desc = "You %STACKS% explosive dust, kinetic impacts will cause it to detonate! \
The explosion will not harm you as long as you're not under atmospheric pressure. \
Click this alert to shake off the dust."
use_user_hud_icon = TRUE
use_user_hud_icon = USER_HUD_STYLE_INHERIT
overlay_state = "brimdemon_1"
/atom/movable/screen/alert/status_effect/brimdust_coating/MouseEntered(location,control,params)
@@ -51,7 +51,7 @@
/atom/movable/screen/alert/status_effect/lobster_rush
name = "Lobster Rush"
desc = "Adrenaline is surging through you!"
use_user_hud_icon = TRUE
use_user_hud_icon = USER_HUD_STYLE_INHERIT
overlay_state = "lobster"
/datum/status_effect/lobster_rush/on_apply()