Compile fix.

This commit is contained in:
Zuhayr
2014-07-26 01:42:05 +09:30
parent d8336061b4
commit 69b397b5c4
2 changed files with 4 additions and 4 deletions

View File

@@ -191,10 +191,11 @@
var/turf/T = loc
var/datum/gas_mixture/environment
//TODO: Fix this. Dev atmos changes impacted it most likely.
// If we're a closed system, take from any connected network.
if(closed_system && atmos_source)
if(atmos_source.network)
environment = atmos_source.network.air_transient
//if(closed_system && atmos_source)
// if(atmos_source.network)
// environment = atmos_source.network.air_transient
// If atmos input is not there, grab from turf.
if(!environment)