This commit is contained in:
d3athrow
2014-05-27 13:27:27 -05:00
parent 06a6d6fd66
commit b4511a413e

View File

@@ -48,7 +48,7 @@ obj/machinery/atmospherics/binary/volume_pump
// ..() // ..()
if(stat & (NOPOWER|BROKEN)) if(stat & (NOPOWER|BROKEN))
return return
if(!on || !transfer_rate < 1) if(!on || transfer_rate < 1)
return 0 return 0
// Pump mechanism just won't do anything if the pressure is too high/too low // Pump mechanism just won't do anything if the pressure is too high/too low