Stamina damage (#9230)

This commit is contained in:
metalgearsloth
2022-07-06 18:06:12 +10:00
committed by GitHub
parent 305cdc02cb
commit 40eecdd78a
129 changed files with 703 additions and 778 deletions

View File

@@ -10,6 +10,7 @@ public enum AlertCategory
Breathing,
Buckled,
Health,
Stamina,
Piloting,
Hunger,
Thirst,

View File

@@ -28,6 +28,7 @@
Overhydrated,
Thirsty,
Parched,
Stamina,
Pulled,
Pulling,
Magboots,

View File

@@ -85,7 +85,7 @@ public abstract class AlertsSystem : EntitySystem
AfterShowAlert(alertsComponent);
alertsComponent.Dirty();
Dirty(alertsComponent);
}
else
{