From 4171c4e6d55f7b8be354e8a0cedfe2a525765a87 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 28 Apr 2025 21:22:05 +0200 Subject: [PATCH] make scrubber widenet in panic mode (#37013) --- .../Piping/Unary/Components/SharedVentScrubberComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs index 2a33306245..4505c711c9 100644 --- a/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs +++ b/Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs @@ -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 -- 2.51.2