grr atmos

This commit is contained in:
Letter N
2021-02-19 10:39:06 +08:00
parent 037378eb7d
commit 636d6bf32f
3 changed files with 8 additions and 7 deletions
@@ -55,7 +55,7 @@ Passive gate is similar to the regular pump except:
var/datum/gas_mixture/air1 = airs[1]
var/datum/gas_mixture/air2 = airs[2]
if(air1.release_gas_to(air2, target_pressure))
if(release_gas_to(air1, air2, target_pressure))
update_parents()
@@ -323,7 +323,7 @@
var/turf/T = get_turf(src)
var/datum/gas_mixture/target_air = holding ? holding.air_contents : T.return_air()
if(air_contents.release_gas_to(target_air, release_pressure) && !holding)
if(release_gas_to(air_contents, target_air, release_pressure) && !holding)
air_update_turf()
// var/our_pressure = air_contents.return_pressure()