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 48ad8b61..777436fd 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -156,6 +156,11 @@ function read_tailoring { 10, CottonCloth, 3, FluffyFur, 1, Knife); + showRecipe(CraftForestArmor, ForestArmor, + 10, LeatherPatch, + 20, Moss, + 3, TortugaShellFragment, + 1, Knife); return; } |