summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:21:26 -0400
committergumi <git@gumi.ca>2020-08-14 10:21:26 -0400
commit1a75727c66154b2390fca257e975865642e2afdd (patch)
tree663f5c39308553a6e7f1f558523c9a77e30d1331 /npc
parenta01ecbc12675fded58ce1a266a376db6c570a83c (diff)
downloadserverdata-1a75727c66154b2390fca257e975865642e2afdd.tar.gz
serverdata-1a75727c66154b2390fca257e975865642e2afdd.tar.bz2
serverdata-1a75727c66154b2390fca257e975865642e2afdd.tar.xz
serverdata-1a75727c66154b2390fca257e975865642e2afdd.zip
add the SilkGloves 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 759ee59b..375b9892 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -205,7 +205,8 @@ function read_tailoring {
showRecipe(ShortGloves,
Armbands,
CottonGloves,
- BanditGloves);
+ BanditGloves,
+ SilkGloves);
return;
}