Merge pull request #990 from Citadel-Station-13/upstream-merge-27271

[MIRROR] Refactors supply talismans to be less shitcode
This commit is contained in:
LetterJay
2017-05-17 10:51:02 -04:00
committed by GitHub
4 changed files with 131 additions and 71 deletions

View File

@@ -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
*/