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