diff --git a/Content.Shared/Damage/Systems/StaminaSystem.cs b/Content.Shared/Damage/Systems/StaminaSystem.cs index d862064f44..44474623a5 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.cs +++ b/Content.Shared/Damage/Systems/StaminaSystem.cs @@ -138,6 +138,7 @@ public sealed partial class StaminaSystem : EntitySystem component.StaminaDamage = 0; RemComp(uid); + SetStaminaAlert(uid, component); Dirty(component); }