summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-13 22:00:48 -0400
committergumi <git@gumi.ca>2020-08-13 22:00:48 -0400
commit1db3e28574f91844d2b89ae806d204c7afb8b2fd (patch)
tree8ace358fe7e4691627b36e954894cb5cea8ddd03 /npc
parent28df8f11a3aea6587c8c140dfddd218356a87ed4 (diff)
downloadserverdata-1db3e28574f91844d2b89ae806d204c7afb8b2fd.tar.gz
serverdata-1db3e28574f91844d2b89ae806d204c7afb8b2fd.tar.bz2
serverdata-1db3e28574f91844d2b89ae806d204c7afb8b2fd.tar.xz
serverdata-1db3e28574f91844d2b89ae806d204c7afb8b2fd.zip
add the SorcererRobe 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 d80a1e6d..ff66d9e0 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -196,6 +196,11 @@ function read_tailoring {
10, LeatherPatch,
15, Moss,
1, SharpKnife);
+ showRecipe(CraftSorcererRobe, SorcererRobe,
+ 60, CottonCloth,
+ 40, FluffyFur,
+ 20, SilkCocoon,
+ 1, Dagger);
return;
}