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 0e055a49..d39ee5b8 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -126,6 +126,11 @@ function read_tailoring { 5, PiouFeathers, 5, Moss, 1, Knife); + showRecipe(CraftVneckJumper, VneckJumper, + 15, CottonCloth, + 5, PiouFeathers, + 7, Moss, + 1, Knife); return; } |