From c90de7c7435f275f2c3e77af12c325e4a4ee17cf Mon Sep 17 00:00:00 2001 From: Doru991 <75124791+Doru991@users.noreply.github.com> Date: Sun, 13 Aug 2023 10:26:45 +0300 Subject: [PATCH] Fix stamina indicator on rejuvenate (#18914) --- Content.Shared/Damage/Systems/StaminaSystem.cs | 1 + 1 file changed, 1 insertion(+) 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); }