Transit tube pressure fix

This commit is contained in:
Markolie
2014-12-22 20:31:03 +01:00
parent 728e837be9
commit c8db120dce
3 changed files with 47 additions and 13 deletions
@@ -104,11 +104,7 @@
// datum, there might be problems if I don't...
/obj/structure/transit_tube_pod/return_air()
var/datum/gas_mixture/GM = new()
GM.oxygen = air_contents.oxygen
GM.carbon_dioxide = air_contents.carbon_dioxide
GM.nitrogen = air_contents.nitrogen
GM.toxins = air_contents.toxins
GM.temperature = air_contents.temperature
GM.copy_from(air_contents)
return GM
// For now, copying what I found in an unused FEA file (and almost identical in a