mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Derp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user