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