summaryrefslogtreecommitdiff
path: root/npc/items/recipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/recipes.txt')
-rw-r--r--npc/items/recipes.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 5ffaab41..c624a357 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -117,6 +117,29 @@ function read_cooking {
PioulegSandwich,
MananaSandwich);
+ mes "";
+ mes ".:: " + l("Stew") + " ::.";
+ mes "";
+
+ showRecipe(SailorStew,
+ SquirrelStew,
+ MoubooStew);
+
+ mes "";
+ mes ".:: " + l("Plates") + " ::.";
+ mes "";
+
+ showRecipe(SeafoodPlate,
+ BarbecuePlate,
+ VeggiePlate);
+
+ mes "";
+ mes ".:: " + l("Desserts") + " ::.";
+ mes "";
+
+ showRecipe(Donut,
+ BlueberryCake,
+ CarrotCake);
return;
}