From 892d07975a0610ba67ddd0a89c7c7f07227ab015 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 10 Oct 2022 20:10:21 -0700 Subject: [PATCH] just?? comment out?? this for now?? --- code/modules/atmospherics/gasmixtures/gas_mixture.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index fe7a8fdfaf..7bf4fd556f 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -284,8 +284,7 @@ we use a hook instead /datum/gas_mixture/parse_gas_string(gas_string) gas_string = SSair.preprocess_gas_string(gas_string) - return __auxtools_parse_gas_string(gas_string) -/* +// return __auxtools_parse_gas_string(gas_string) var/list/gas = params2list(gas_string) if(gas["TEMP"]) var/temp = text2num(gas["TEMP"]) @@ -298,7 +297,6 @@ we use a hook instead set_moles(id, text2num(gas[id])) archive() return 1 - */ /* /datum/gas_mixture/react(datum/holder) . = NO_REACTION