diff --git a/code/modules/atmospherics/gasmixtures/gas_types.dm b/code/modules/atmospherics/gasmixtures/gas_types.dm index db68a0a476..e8e25fb912 100644 --- a/code/modules/atmospherics/gasmixtures/gas_types.dm +++ b/code/modules/atmospherics/gasmixtures/gas_types.dm @@ -16,7 +16,7 @@ GLOBAL_LIST_INIT(hardcoded_gases, list(/datum/gas/oxygen, /datum/gas/nitrogen, / .[gas_path] = gas_info /proc/gas_id2path(id) - var/meta_gas = meta_gas_list() + var/list/meta_gas = GLOB.meta_gas_info for(var/path in meta_gas) if(meta_gas[path][META_GAS_ID] == id) return path