diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index 5c9a2f0a2f..41c51b18e0 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -251,8 +251,8 @@ GLOBAL_LIST_INIT(auxtools_atmos_initialized,FALSE) return copy /datum/gas_mixture/copy_from_turf(turf/model) - parse_gas_string(model.initial_gas_mix) set_temperature(initial(model.initial_temperature)) + parse_gas_string(model.initial_gas_mix) return 1 /datum/gas_mixture/parse_gas_string(gas_string)