From 17ecd06950d62498d0bbe769cd223737f4e159a4 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 26 Aug 2016 01:56:32 -0300 Subject: [PATCH] Changes the ash drake armour on crafting recipe to match the actual item (#20122) --- code/modules/crafting/recipes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index e3865883156..0bd4fff922f 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -375,7 +375,7 @@ category = CAT_PRIMAL /datum/crafting_recipe/drakecloak - name = "Ash Drake Cloak" + name = "Ash Drake Armour" result = /obj/item/clothing/suit/hooded/cloak/drake time = 60 reqs = list(/obj/item/stack/sheet/bone = 10, @@ -419,4 +419,4 @@ time = 60 reqs = list(/obj/item/weapon/grown/log = 5) result = /obj/structure/bonfire - category = CAT_PRIMAL \ No newline at end of file + category = CAT_PRIMAL