diff --git a/Content.Shared/_Offbrand/Wounds/BrainDamageSystem.cs b/Content.Shared/_Offbrand/Wounds/BrainDamageSystem.cs index 94753e7283..ecfae4aa53 100644 --- a/Content.Shared/_Offbrand/Wounds/BrainDamageSystem.cs +++ b/Content.Shared/_Offbrand/Wounds/BrainDamageSystem.cs @@ -199,6 +199,9 @@ public sealed partial class BrainDamageSystem : EntitySystem return; } + if (ent.Comp1.Oxygen > 0) + return; + var evt = new BeforeDealBrainDamage(chance); RaiseLocalEvent(ent, ref evt);