removes filter and scrubber pressure exploits (#31684)
This commit is contained in:
committed by
CitadelStationBot
parent
dd18caa84e
commit
9a4ee4d5a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user