make scrubber widenet in panic mode (#37013)

This commit is contained in:
lzk 2025-04-28 21:22:05 +02:00 committed by deltanedas
parent 19c8082c0d
commit dcef0dfc06
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace Content.Shared.Atmos.Piping.Unary.Components
FilterGases = new(GasVentScrubberData.DefaultFilterGases),
PumpDirection = ScrubberPumpDirection.Siphoning,
VolumeRate = 200f,
WideNet = false
WideNet = true
};
public static GasVentScrubberData ReplaceModePreset = new GasVentScrubberData