Stamina damage (#9230)
This commit is contained in:
@@ -10,6 +10,7 @@ public enum AlertCategory
|
||||
Breathing,
|
||||
Buckled,
|
||||
Health,
|
||||
Stamina,
|
||||
Piloting,
|
||||
Hunger,
|
||||
Thirst,
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
Overhydrated,
|
||||
Thirsty,
|
||||
Parched,
|
||||
Stamina,
|
||||
Pulled,
|
||||
Pulling,
|
||||
Magboots,
|
||||
|
||||
@@ -85,7 +85,7 @@ public abstract class AlertsSystem : EntitySystem
|
||||
|
||||
AfterShowAlert(alertsComponent);
|
||||
|
||||
alertsComponent.Dirty();
|
||||
Dirty(alertsComponent);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user