diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 7a70f2b7..f58b1941 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -147,6 +147,13 @@ function read_smithery { BlackArmor, GoldenWarlordPlate); + next(); + mes(); + mesf(".:: %s ::.", l("Leg Armor")); + mes(); + + showRecipe(ChainmailSkirt); + return; } |