On second thought no

This commit is contained in:
Janet Blackquill
2025-09-28 22:18:20 -04:00
parent a9f6035cf3
commit 8cd721516e

View File

@@ -199,9 +199,6 @@ public sealed partial class BrainDamageSystem : EntitySystem
return; return;
} }
if (ent.Comp1.Oxygen > 0)
return;
var evt = new BeforeDealBrainDamage(chance); var evt = new BeforeDealBrainDamage(chance);
RaiseLocalEvent(ent, ref evt); RaiseLocalEvent(ent, ref evt);