summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-13 20:54:57 -0400
committergumi <git@gumi.ca>2020-08-13 20:54:57 -0400
commitbee3e157ac6e2930b8254ec5d55886f6431a3378 (patch)
treed439fd7ab3a6a7e43e26120d16fc11ce508324a0 /npc
parentbb62c05cb5239c84187b260f5ecbdbbe4fff3f97 (diff)
downloadserverdata-bee3e157ac6e2930b8254ec5d55886f6431a3378.tar.gz
serverdata-bee3e157ac6e2930b8254ec5d55886f6431a3378.tar.bz2
serverdata-bee3e157ac6e2930b8254ec5d55886f6431a3378.tar.xz
serverdata-bee3e157ac6e2930b8254ec5d55886f6431a3378.zip
add the SilkRobe 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 c6e8cc51..e6091ab4 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -141,6 +141,11 @@ function read_tailoring {
5, FluffyFur,
10, SilkCocoon,
1, Knife);
+ showRecipe(CraftSilkRobe, SilkRobe,
+ 40, SilkCocoon,
+ 10, CottonCloth,
+ 3, FluffyFur,
+ 1, Knife);
return;
}