diff --git a/code/ATMOSPHERICS/components/unary/vent_scrubber.dm b/code/ATMOSPHERICS/components/unary/vent_scrubber.dm index 28dfe52f4c1..fbcf915fb2a 100644 --- a/code/ATMOSPHERICS/components/unary/vent_scrubber.dm +++ b/code/ATMOSPHERICS/components/unary/vent_scrubber.dm @@ -102,7 +102,7 @@ if(stat & (NOPOWER|BROKEN)) return if (!node) - on = 0 + return 0 // Let's not shut it off, for now. //broadcast_status() if(!on) return 0