From e41a48765857d41466dc10ea52766e3b9833e2d2 Mon Sep 17 00:00:00 2001 From: PrPleGoo Date: Fri, 10 May 2024 03:35:29 +0200 Subject: [PATCH] add health icons to the secmed hud (#27483) redo change --- Resources/Prototypes/Entities/Clothing/Eyes/hud.yml | 3 +++ Resources/Prototypes/StatusEffects/health.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index c919f9173b..835c405e19 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -162,6 +162,9 @@ - type: ShowHealthBars damageContainers: - Biological + - type: ShowHealthIcons + damageContainers: + - Biological - type: entity parent: [ClothingEyesBase, ShowSecurityIcons] diff --git a/Resources/Prototypes/StatusEffects/health.yml b/Resources/Prototypes/StatusEffects/health.yml index 6456ac6dc2..073b03a2ae 100644 --- a/Resources/Prototypes/StatusEffects/health.yml +++ b/Resources/Prototypes/StatusEffects/health.yml @@ -2,7 +2,7 @@ id: HealthIcon abstract: true priority: 3 - locationPreference: Right + locationPreference: Left isShaded: true - type: statusIcon -- 2.51.2