Fixes ghost poll alerts missing backgrounds (#95363)

This commit is contained in:
SmArtKar
2026-03-11 16:00:11 -04:00
committed by GitHub
parent 33acd8f46f
commit cd002246ab
47 changed files with 108 additions and 95 deletions
@@ -235,7 +235,7 @@
/atom/movable/screen/alert/status_effect/anomalock_active
name = "voltaic overdrive"
use_user_hud_icon = TRUE
use_user_hud_icon = USER_HUD_STYLE_INHERIT
overlay_state = "anomalock_heart"
desc = "Voltaic energy is flooding your muscles, keeping your body upright. You have 30 seconds before it falters!"
@@ -63,7 +63,7 @@
/atom/movable/screen/alert/status_effect/golem_statued
name = "Statued"
desc = "You no longer have the energy to move your body!"
use_user_hud_icon = TRUE
use_user_hud_icon = USER_HUD_STYLE_INHERIT
overlay_state = "golem_statued"
/datum/status_effect/golem_statued/on_apply()