removes filter and scrubber pressure exploits (#31684)

This commit is contained in:
duncathan salt
2017-10-14 15:20:49 -05:00
committed by CitadelStationBot
parent dd18caa84e
commit 9a4ee4d5a4
2 changed files with 5 additions and 4 deletions
@@ -69,8 +69,8 @@
var/output_starting_pressure = air3.return_pressure()
if(output_starting_pressure >= target_pressure)
//No need to mix if target is already full!
if(output_starting_pressure >= target_pressure || air2.return_pressure() >= target_pressure)
//No need to transfer if target is already full!
return
//Calculate necessary moles to transfer using PV=nRT