diff options
author | gumi <git@gumi.ca> | 2020-08-13 22:00:48 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-13 22:00:48 -0400 |
commit | 1db3e28574f91844d2b89ae806d204c7afb8b2fd (patch) | |
tree | 8ace358fe7e4691627b36e954894cb5cea8ddd03 /npc | |
parent | 28df8f11a3aea6587c8c140dfddd218356a87ed4 (diff) | |
download | serverdata-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.txt | 5 |
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; } |