diff options
author | gumi <git@gumi.ca> | 2020-08-13 20:43:16 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-13 20:43:16 -0400 |
commit | 39d9299a436efd53d4d90c27c377d732702c8fd9 (patch) | |
tree | 7e8a444841ca92e6c84ab69e5721674a30db21fb /npc | |
parent | c7f601c213eb9069694e207a7e62ba4d5a87d20c (diff) | |
download | serverdata-39d9299a436efd53d4d90c27c377d732702c8fd9.tar.gz serverdata-39d9299a436efd53d4d90c27c377d732702c8fd9.tar.bz2 serverdata-39d9299a436efd53d4d90c27c377d732702c8fd9.tar.xz serverdata-39d9299a436efd53d4d90c27c377d732702c8fd9.zip |
add LeatherPatch and the SailorShirt recipe
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 d39ee5b8..6bd3f3fc 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -131,6 +131,11 @@ function read_tailoring { 5, PiouFeathers, 7, Moss, 1, Knife); + showRecipe(CraftSailorShirt, SailorShirt, + 15, CottonCloth, + 5, LeatherPatch, + 5, Coal, + 1, Knife); return; } |