This commit is contained in:
d3athrow
2014-05-28 09:09:49 -04:00
committed by ZomgPonies
parent 898d4f7af5
commit 6527202080
@@ -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