Air alarm balancing (#11063)
* threshold balancing, restores none mode on atmos alarm dear lord, panic mode with unbalanced thresholds was a nightmare * that was 10%, not 1% * adds widenet mode for scrubbers * adds the vents to wide filter as well
This commit is contained in:
@@ -299,7 +299,7 @@ public sealed class AirAlarmSystem : EntitySystem
|
||||
|
||||
if (args.AlarmType == AtmosAlarmType.Danger)
|
||||
{
|
||||
SetMode(uid, addr, AirAlarmMode.Panic, true, false);
|
||||
SetMode(uid, addr, AirAlarmMode.WideFiltering, true, false);
|
||||
}
|
||||
else if (args.AlarmType == AtmosAlarmType.Normal || args.AlarmType == AtmosAlarmType.Warning)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user