diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:02:12 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:02:12 -0400 |
commit | 98e8e34a1542fe1b9b4224815ba246428d85a9f5 (patch) | |
tree | 86edb67da7aa5215e987d2f1b2bf7e2898c0e686 /npc | |
parent | 525120229b8e3dfa05dee68793bce11cad8819a3 (diff) | |
download | serverdata-98e8e34a1542fe1b9b4224815ba246428d85a9f5.tar.gz serverdata-98e8e34a1542fe1b9b4224815ba246428d85a9f5.tar.bz2 serverdata-98e8e34a1542fe1b9b4224815ba246428d85a9f5.tar.xz serverdata-98e8e34a1542fe1b9b4224815ba246428d85a9f5.zip |
add the BanditTrousers 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 7fcf522b..b8d99d7a 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -183,7 +183,8 @@ function read_tailoring { CottonSkirt, PirateShorts, SilkPants, - BrownTrousers); + BrownTrousers, + BanditTrousers); return; } |