]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
make scrubber widenet in panic mode (#37013)
authorlzk <124214523+lzk228@users.noreply.github.com>
Mon, 28 Apr 2025 19:22:05 +0000 (21:22 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 19:22:05 +0000 (21:22 +0200)
Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs

index 2a33306245035eea648eb582d8d0dd6ee20d5325..4505c711c930a169b3eae4e209623bbbad28d24b 100644 (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