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 375b9892..691c6530 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -156,6 +156,13 @@ function read_smithery { TerranitePants, AssassinPants); + next(); + mes(); + mesf(".:: %s ::.", l("Gloves")); + mes(); + + showRecipe(CopperArmbands); + return; } |