make scrubber widenet in panic mode (#37013)
This commit is contained in:
parent
c6bdce3b0c
commit
4171c4e6d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue