This commit is contained in:
Aviu00
2024-01-19 11:19:58 +03:00
parent 5f51cb81de
commit 504b0c07c8
3 changed files with 11 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ public sealed class ShowHealthIconsSystem : EquipmentHudSystem<ShowHealthIconsCo
public HashSet<string> DamageContainers = new();
[ValidatePrototypeId<StatusIconPrototype>]
private const string HealthIconFine = "HealthIconLife"; // WD EDIT
private const string HealthIconFine = "HealthIconFine";
public override void Initialize()
{

View File

@@ -159,6 +159,14 @@
- type: Clothing
sprite: Clothing/Eyes/Hud/medsec.rsi
- type: ShowSecurityIcons
- type: ShowHealthIcons
damageContainers:
- Biological
- type: ClothingGrantComponent
component:
- type: ShowWhiteHealthBars
damageContainers:
- Biological
- type: entity
parent: ClothingEyesBase

View File

@@ -2,6 +2,6 @@
id: HealthIconFine
priority: 0
icon:
sprite: Interface/Misc/health_icons.rsi
state: Fine
sprite: Interface/Misc/health_state.rsi
state: life_state
locationPreference: Right