From 8bd64598c5b92a74396c36e4ba5283e57cf055b3 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Wed, 17 Jul 2019 01:32:33 +0200 Subject: [PATCH] umh mh... --- code/modules/atmospherics/gasmixtures/reactions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/gasmixtures/reactions.dm b/code/modules/atmospherics/gasmixtures/reactions.dm index a2369b3f56..5ad97fb7c8 100644 --- a/code/modules/atmospherics/gasmixtures/reactions.dm +++ b/code/modules/atmospherics/gasmixtures/reactions.dm @@ -3,7 +3,7 @@ /proc/init_gas_reactions() . = list() for(var/type in subtypesof(/datum/gas)) - . += new type + .[type] = list() for(var/r in subtypesof(/datum/gas_reaction)) var/datum/gas_reaction/reaction = r