Should fix #702, volume pumps always outputting.

This commit is contained in:
d3athrow
2014-05-27 07:54:52 -05:00
committed by ZomgPonies
parent 3a2da98639
commit 4bdf486010
@@ -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