diff --git a/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm b/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm index 97e840cf67f..c6777eaa78a 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) + if(!on || !transfer_rate < 1) return 0 // Pump mechanism just won't do anything if the pressure is too high/too low