summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:35:47 -0400
committergumi <git@gumi.ca>2020-08-14 10:35:47 -0400
commit6ee1a982ad2aa4250692e4fe95d22e80417f4a67 (patch)
tree231bbb4fb9f8446ee58db50438f880c5c1775f95 /npc
parent85914ba9ce5b6fb838282a03bfa69ac3f088a6a9 (diff)
downloadserverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.gz
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.bz2
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.xz
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.zip
add the BanditBoots 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 ace74f5a..a295ef70 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -226,7 +226,8 @@ function read_tailoring {
showRecipe(LousyMoccasins,
Slippers,
- CottonBoots);
+ CottonBoots,
+ BanditBoots);
return;
}