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 efdb44d2..f41d5431 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -166,6 +166,11 @@ function read_tailoring {
20, Moss,
3, TortugaShellFragment,
1, Knife);
+ showRecipe(CraftApprenticeRobe, ApprenticeRobe,
+ 10, CottonCloth,
+ 70, SilkCocoon,
+ 10, FluffyFur,
+ 1, SharpKnife);
return;
}