Fixes air alarm scrubbing mode (#20467)

This commit is contained in:
Bjamcham
2023-03-07 22:31:30 -06:00
committed by GitHub
parent c294037c74
commit 34dbe48603
@@ -406,7 +406,7 @@
S.scrub_Toxins = FALSE
S.scrub_N2O = FALSE
S.scrubbing = TRUE
S.widenet = TRUE
S.widenet = FALSE
S.update_icon(UPDATE_ICON_STATE)
for(var/obj/machinery/atmospherics/unary/vent_pump/P as anything in alarm_area.vents)
@@ -414,7 +414,7 @@
continue
P.on = TRUE
P.pressure_checks = TRUE
P.internal_pressure_bound = ONE_ATMOSPHERE
P.external_pressure_bound = ONE_ATMOSPHERE
P.update_icon(UPDATE_ICON_STATE)