diff options
author | gumi <git@gumi.ca> | 2020-08-13 20:37:24 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-13 20:37:24 -0400 |
commit | c7f601c213eb9069694e207a7e62ba4d5a87d20c (patch) | |
tree | 300fca6558d7f30d20b0861dbdecf4940304464c /npc | |
parent | 8d5c27666a7034d5e9b2f0d774fbde9153cdb678 (diff) | |
download | serverdata-c7f601c213eb9069694e207a7e62ba4d5a87d20c.tar.gz serverdata-c7f601c213eb9069694e207a7e62ba4d5a87d20c.tar.bz2 serverdata-c7f601c213eb9069694e207a7e62ba4d5a87d20c.tar.xz serverdata-c7f601c213eb9069694e207a7e62ba4d5a87d20c.zip |
add the VneckJumper recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
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; } |