summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
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;
}