Refactors supply talismans to be less shitcode

This commit is contained in:
CitadelStationBot
2017-05-15 17:54:16 -05:00
parent 56ccce82c8
commit f52625b18c
4 changed files with 131 additions and 71 deletions
@@ -286,13 +286,16 @@ GLOBAL_LIST_INIT(runed_metal_recipes, list ( \
return
..()
/obj/item/stack/sheet/runed_metal/fifty
amount = 50
/obj/item/stack/sheet/runed_metal/Initialize(mapload, new_amount, merge = TRUE)
recipes = GLOB.runed_metal_recipes
return ..()
/obj/item/stack/sheet/runed_metal/fifty
amount = 50
/obj/item/stack/sheet/runed_metal/five
amount = 5
/*
* Brass
*/