From a8e4c9a293697c79ca2799642b74455da4741b56 Mon Sep 17 00:00:00 2001 From: Jezithyr Date: Sun, 15 Jan 2023 02:41:01 -0800 Subject: [PATCH] Fixing alert tests (#13481) --- Resources/Prototypes/Alerts/alerts.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Resources/Prototypes/Alerts/alerts.yml b/Resources/Prototypes/Alerts/alerts.yml index 4a96d7a257..090256de7a 100644 --- a/Resources/Prototypes/Alerts/alerts.yml +++ b/Resources/Prototypes/Alerts/alerts.yml @@ -287,47 +287,47 @@ - type: alert id: Debug1 icons: - - sprite: /Textures/Interface/Alerts/human_health.rsi - state: health1 + - sprite: /Textures/Interface/Alerts/human_alive.rsi + state: health0 name: Debug1 description: Debug - type: alert id: Debug2 icons: - - sprite: /Textures/Interface/Alerts/human_health.rsi - state: health2 + - sprite: /Textures/Interface/Alerts/human_alive.rsi + state: health1 name: Debug2 description: Debug - type: alert id: Debug3 icons: - - sprite: /Textures/Interface/Alerts/human_health.rsi - state: health3 + - sprite: /Textures/Interface/Alerts/human_alive.rsi + state: health2 name: Debug3 description: Debug - type: alert id: Debug4 icons: - - sprite: /Textures/Interface/Alerts/human_health.rsi - state: health4 + - sprite: /Textures/Interface/Alerts/human_alive.rsi + state: health3 name: Debug4 description: Debug - type: alert id: Debug5 icons: - - sprite: /Textures/Interface/Alerts/human_health.rsi - state: health5 + - sprite: /Textures/Interface/Alerts/human_alive.rsi + state: health4 name: Debug5 description: Debug - type: alert id: Debug6 icons: - - sprite: /Textures/Interface/Alerts/human_health.rsi - state: health6 + - sprite: /Textures/Interface/Alerts/human_critical.rsi + state: critical name: Debug6 description: Debug