mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Should fix #702, volume pumps always outputting.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user