From ca5f2103f021a2a5a83b936b9c851288ab7b3098 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 2 Aug 2014 22:09:41 -0400 Subject: [PATCH] Removing the gaz stuff from botany --- code/game/machinery/hydroponics.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/hydroponics.dm b/code/game/machinery/hydroponics.dm index 7c3f955974c..b451cd3b67e 100644 --- a/code/game/machinery/hydroponics.dm +++ b/code/game/machinery/hydroponics.dm @@ -205,6 +205,7 @@ if(!environment) return +/* // Handle gas consumption. if(seed.consume_gasses && seed.consume_gasses.len) var/missing_gas = 0 @@ -232,7 +233,7 @@ for(var/gas in seed.exude_gasses) exuded.adjust_gas(gas,seed.exude_gasses[gas*seed.potency],1) //This will need adjustment since it produces moles. loc.assume_air(exuded) - +*/ // Handle light requirements. var/area/A = T.loc if(A)