summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-13 20:51:14 -0400
committergumi <git@gumi.ca>2020-08-13 20:51:14 -0400
commitbb62c05cb5239c84187b260f5ecbdbbe4fff3f97 (patch)
tree0ca58bf261b6c5c211f910751303ec965c1e0a3a /npc
parent39d9299a436efd53d4d90c27c377d732702c8fd9 (diff)
downloadserverdata-bb62c05cb5239c84187b260f5ecbdbbe4fff3f97.tar.gz
serverdata-bb62c05cb5239c84187b260f5ecbdbbe4fff3f97.tar.bz2
serverdata-bb62c05cb5239c84187b260f5ecbdbbe4fff3f97.tar.xz
serverdata-bb62c05cb5239c84187b260f5ecbdbbe4fff3f97.zip
add the FineDress 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 6bd3f3fc..c6e8cc51 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -136,6 +136,11 @@ function read_tailoring {
5, LeatherPatch,
5, Coal,
1, Knife);
+ showRecipe(CraftFineDress, FineDress,
+ 23, CottonCloth,
+ 5, FluffyFur,
+ 10, SilkCocoon,
+ 1, Knife);
return;
}