Compiles, just need to fix goonchat

This commit is contained in:
Artur
2019-12-31 23:20:36 +02:00
parent 8b8a112d2c
commit d04c09aba0
5 changed files with 32 additions and 23 deletions
@@ -1,4 +1,13 @@
#define REM REAGENTS_EFFECT_MULTIPLIER
GLOBAL_LIST_INIT(name2reagent, build_name2reagent())
/proc/build_name2reagent()
. = list()
for (var/t in subtypesof(/datum/reagent))
var/datum/reagent/R = t
if (length(initial(R.name)))
.[ckey(initial(R.name))] = t
GLOBAL_LIST_INIT(name2reagent, build_name2reagent())