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 7573d24f..903c93c4 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -116,6 +116,11 @@ function read_smithery {
3, IronIngot,
10, Coal,
1, SharpKnife);
+ showRecipe(CraftChainmail, Chainmail,
+ 18, IronIngot,
+ 3, SilverIngot,
+ 20, Coal,
+ 1, SharpKnife);
return;
}