summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2020-09-22 12:06:33 +0000
committerMicksha <ms-shaman@gmx.de>2020-09-22 12:06:33 +0000
commit556e8c822327bf9c836924a743238ec343cea7e7 (patch)
tree0d3c488f71bfe9999fc5d80b691f8a845b59d3c1 /npc
parentf4091e437adf9ef849767983f2cad1a4c64ad69d (diff)
downloadserverdata-556e8c822327bf9c836924a743238ec343cea7e7.tar.gz
serverdata-556e8c822327bf9c836924a743238ec343cea7e7.tar.bz2
serverdata-556e8c822327bf9c836924a743238ec343cea7e7.tar.xz
serverdata-556e8c822327bf9c836924a743238ec343cea7e7.zip
Content ii
Diffstat (limited to 'npc')
-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;
}