diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index b500bbf2..cde7d141 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -235,6 +235,11 @@ function read_tailoring { 40, FluffyFur, 20, SilkCocoon, 1, Dagger); + showRecipe(WizardRobe, + 30, SquirrelPelt, + 60, SilkCocoon, + 5, LeatherPatch, + 1, Dagger); return; } |