Make Asphyxiating pierce Resistances (#41556)
Make Asphyxiating pierce res
This commit is contained in:
parent
c8514c8122
commit
5b0730b913
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ public sealed class RespiratorSystem : EntitySystem
|
|||
if (ent.Comp.SuffocationCycles == 2)
|
||||
_adminLogger.Add(LogType.Asphyxiation, $"{ToPrettyString(ent):entity} started suffocating");
|
||||
|
||||
_damageableSys.ChangeDamage(ent.Owner, ent.Comp.Damage, interruptsDoAfters: false);
|
||||
_damageableSys.ChangeDamage(ent.Owner, ent.Comp.Damage, interruptsDoAfters: false, ignoreResistances: true);
|
||||
|
||||
if (ent.Comp.SuffocationCycles < ent.Comp.SuffocationCycleThreshold)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue