Hud fix
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user