umh mh...

This commit is contained in:
Ghommie
2019-07-17 01:32:33 +02:00
parent 408c9aec51
commit 8bd64598c5
@@ -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