make scrubber widenet in panic mode (#37013)
This commit is contained in:
parent
19c8082c0d
commit
dcef0dfc06
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue