diff --git a/Content.Shared/Damage/Systems/StaminaSystem.cs b/Content.Shared/Damage/Systems/StaminaSystem.cs index 90f39f255b..b47a542922 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.cs +++ b/Content.Shared/Damage/Systems/StaminaSystem.cs @@ -304,7 +304,11 @@ public sealed partial class StaminaSystem : EntitySystem RaiseLocalEvent(uid, ref ev); if (ev.Cancelled) return; + //WD EDIT START + if (component.Critical) + return; + //WD EDIT END // Have we already reached the point of max stamina damage? if (component.Critical && immediate) {