summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-13 21:23:27 -0400
committergumi <git@gumi.ca>2020-08-13 21:23:27 -0400
commitc5a739092766c06c5b19e033c681c8dc814cd898 (patch)
tree5e42fc7161e00fb3b8facb0647a33768f01b3456 /npc
parentaeb41024fbff1cfa1ef589b02592f6ee1733943d (diff)
downloadserverdata-c5a739092766c06c5b19e033c681c8dc814cd898.tar.gz
serverdata-c5a739092766c06c5b19e033c681c8dc814cd898.tar.bz2
serverdata-c5a739092766c06c5b19e033c681c8dc814cd898.tar.xz
serverdata-c5a739092766c06c5b19e033c681c8dc814cd898.zip
add the ApprenticeRobe recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'npc')
-rw-r--r--npc/items/recipes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index efdb44d2..f41d5431 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -166,6 +166,11 @@ function read_tailoring {
20, Moss,
3, TortugaShellFragment,
1, Knife);
+ showRecipe(CraftApprenticeRobe, ApprenticeRobe,
+ 10, CottonCloth,
+ 70, SilkCocoon,
+ 10, FluffyFur,
+ 1, SharpKnife);
return;
}