Reverts ZAS

This reverts commit fd09ea6ce8. and https://github.com/Baystation12/Baystation12/pull/681
This commit is contained in:
Ren Erthilo
2012-04-10 17:38:44 +01:00
parent 076b899718
commit ae5ea54af1
22 changed files with 248 additions and 347 deletions
@@ -77,8 +77,6 @@
var/datum/gas_mixture/removed = air1.remove(transfer_moles)
if(istype(removed))
AirflowRepel(loc,removed.return_pressure())
loc.assume_air(removed)
if(network1)
@@ -97,8 +95,6 @@
var/transfer_moles = pressure_delta*air2.volume/(environment.temperature * R_IDEAL_GAS_EQUATION)
var/datum/gas_mixture/removed = loc.remove_air(transfer_moles)
if(istype(removed))
AirflowAttract(loc,removed.return_pressure())
air2.merge(removed)