mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes ghost poll alerts missing backgrounds (#95363)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user