summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/items/recipes.txt5
1 files changed, 5 insertions, 0 deletions
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;
}