diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:05:41 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:05:41 -0400 |
commit | d3d6e4229fa49ecda7f95008e97fff72a01ecbf4 (patch) | |
tree | 9625844f73f39abebfeb1e38593c12dab4f4ce22 /npc | |
parent | d8c2ec841ac9469e8259b2c415388b091a7f5adf (diff) | |
download | serverdata-d3d6e4229fa49ecda7f95008e97fff72a01ecbf4.tar.gz serverdata-d3d6e4229fa49ecda7f95008e97fff72a01ecbf4.tar.bz2 serverdata-d3d6e4229fa49ecda7f95008e97fff72a01ecbf4.tar.xz serverdata-d3d6e4229fa49ecda7f95008e97fff72a01ecbf4.zip |
add the LeatherTrousers recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/recipes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index fb1a794a..7a70f2b7 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -185,7 +185,8 @@ function read_tailoring { SilkPants, BrownTrousers, BanditTrousers, - JeansChaps); + JeansChaps, + LeatherTrousers); return; } |