diff --git a/baystation12.dme b/baystation12.dme index 3514834745b..cbe094ac93d 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -1271,7 +1271,6 @@ #include "code\modules\research\xenoarchaeology\finds\finds_talkingitem.dm" #include "code\modules\research\xenoarchaeology\genetics\prehistoric_animals.dm" #include "code\modules\research\xenoarchaeology\genetics\prehistoric_plants.dm" -#include "code\modules\research\xenoarchaeology\genetics\prehistoric_seeds.dm" #include "code\modules\research\xenoarchaeology\genetics\reconstitutor.dm" #include "code\modules\research\xenoarchaeology\machinery\artifact_analyser.dm" #include "code\modules\research\xenoarchaeology\machinery\artifact_harvester.dm" diff --git a/code/modules/hydroponics/hydro_tray.dm b/code/modules/hydroponics/hydro_tray.dm index c7a778dd5a2..70e1f8aa44d 100644 --- a/code/modules/hydroponics/hydro_tray.dm +++ b/code/modules/hydroponics/hydro_tray.dm @@ -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)