diff --git a/auxmos.dll b/auxmos.dll index 4e0687fa2b..2ebaca591e 100644 Binary files a/auxmos.dll and b/auxmos.dll differ diff --git a/auxmos.pdb b/auxmos.pdb index da06980179..3c99206534 100644 Binary files a/auxmos.pdb and b/auxmos.pdb differ diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index 56820d2836..a779a9cfd0 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -280,7 +280,11 @@ we use a hook instead parse_gas_string(model.initial_gas_mix) return 1 +/datum/gas_mixture/proc/__auxtools_parse_gas_string + /datum/gas_mixture/parse_gas_string(gas_string) + __auxtools_parse_gas_string(gas_string) + /* gas_string = SSair.preprocess_gas_string(gas_string) var/list/gas = params2list(gas_string) @@ -294,6 +298,7 @@ we use a hook instead for(var/id in gas) set_moles(id, text2num(gas[id])) archive() + */ return 1 /* /datum/gas_mixture/react(datum/holder)