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 f41d5431..7573d24f 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -171,6 +171,11 @@ function read_tailoring { 70, SilkCocoon, 10, FluffyFur, 1, SharpKnife); + showRecipe(CraftPeltJacket, PeltJacket, + 25, SquirrelPelt, + 10, LeatherPatch, + 15, Moss, + 1, SharpKnife); return; } |