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 d80a1e6d..ff66d9e0 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -196,6 +196,11 @@ function read_tailoring { 10, LeatherPatch, 15, Moss, 1, SharpKnife); + showRecipe(CraftSorcererRobe, SorcererRobe, + 60, CottonCloth, + 40, FluffyFur, + 20, SilkCocoon, + 1, Dagger); return; } |