From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:22:05 +0000 (+0200) Subject: make scrubber widenet in panic mode (#37013) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4171c4e6d55f7b8be354e8a0cedfe2a525765a87;p=space-station-14.git make scrubber widenet in panic mode (#37013) --- 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