From aeb41024fbff1cfa1ef589b02592f6ee1733943d Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 13 Aug 2020 21:14:38 -0400 Subject: add the LegionCopperArmor recipe Co-authored-by: Christopher Chay <2@hisfootsteps.net> --- npc/items/recipes.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc') diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 777436fd..efdb44d2 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -111,6 +111,11 @@ function read_smithery { 1, CopperIngot, 5, Coal, 1, Knife); + showRecipe(CraftLegionCopperArmor, LegionCopperArmor, + 10, CopperIngot, + 3, IronIngot, + 10, Coal, + 1, SharpKnife); return; } -- cgit v1.2.3-70-g09d2