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 15dbba15..41924ab8 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -174,6 +174,13 @@ function read_tailoring { WizardRobe, EvocatorRobe); + next(); + mes(); + mesf(".:: %s ::.", l("Leg Armor")); + mes(); + + showRecipe(CreasedShorts); + return; } |