summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:37:31 -0400
committergumi <git@gumi.ca>2020-08-14 10:37:31 -0400
commitfbbbfecb115d1d8086fad3201176db22dc019575 (patch)
tree7642b6e59bd234d2f4eeb8d1cd220e81901e2ef5 /npc
parent6ee1a982ad2aa4250692e4fe95d22e80417f4a67 (diff)
downloadserverdata-fbbbfecb115d1d8086fad3201176db22dc019575.tar.gz
serverdata-fbbbfecb115d1d8086fad3201176db22dc019575.tar.bz2
serverdata-fbbbfecb115d1d8086fad3201176db22dc019575.tar.xz
serverdata-fbbbfecb115d1d8086fad3201176db22dc019575.zip
add the ManaSlipper 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 a295ef70..eb004cb0 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -227,7 +227,8 @@ function read_tailoring {
showRecipe(LousyMoccasins,
Slippers,
CottonBoots,
- BanditBoots);
+ BanditBoots,
+ ManaSlippers);
return;
}