Let's cull some more lists (#40246)

* memes

* autolathe, also more debug info

* more stuff, archdrops is big

* remove archdrops, test statelists

* mineralspawnchancelist

* woops
This commit is contained in:
vuonojenmustaturska
2018-09-16 15:21:23 +03:00
committed by AnturK
parent ec15d16305
commit 9897bdc248
8 changed files with 65 additions and 15 deletions
+6 -2
View File
@@ -108,8 +108,12 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
var/list/juice_results //A reagent list containing blah blah... but when JUICED in a grinder!
/obj/item/Initialize()
if (!materials)
materials = list()
materials = typelist("materials", materials)
if (attack_verb)
attack_verb = typelist("attack_verb", attack_verb)
. = ..()
for(var/path in actions_types)
new path(src)