make scrubber widenet in panic mode (#37013)

This commit is contained in:
lzk
2025-04-28 21:22:05 +02:00
committed by GitHub
parent c6bdce3b0c
commit 4171c4e6d5

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