diff --git a/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm b/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm index c6777eaa78a..fe3b60876f4 100644 --- a/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm +++ b/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm @@ -48,7 +48,7 @@ obj/machinery/atmospherics/binary/volume_pump // ..() if(stat & (NOPOWER|BROKEN)) return - if(!on || !transfer_rate < 1) + if(!on || transfer_rate < 1) return 0 // Pump mechanism just won't do anything if the pressure is too high/too low