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()
{