diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index e6091ab4..48ad8b61 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -102,6 +102,16 @@ function read_smithery { next; mesc l("List of known smithery recipes:"); + mes(); + mesf(".:: %s ::.", l("Chest Armor")); + mes(); + + showRecipe(CraftLegionTrainingShirt, LegionTrainingShirt, + 5, IronIngot, + 1, CopperIngot, + 5, Coal, + 1, Knife); + return; } |