summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:05:41 -0400
committergumi <git@gumi.ca>2020-08-14 10:05:41 -0400
commitd3d6e4229fa49ecda7f95008e97fff72a01ecbf4 (patch)
tree9625844f73f39abebfeb1e38593c12dab4f4ce22 /npc
parentd8c2ec841ac9469e8259b2c415388b091a7f5adf (diff)
downloadserverdata-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.txt3
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;
}