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 339173db..2f36e016 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -165,6 +165,13 @@ function read_smithery { BromenalGloves, IronArmbands); + next(); + mes(); + mesf(".:: %s ::.", l("Boots")); + mes(); + + showRecipe(BromenalBoots); + return; } |