summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/elanore.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/elanore.txt')
-rw-r--r--npc/001-1_Tulimshar/elanore.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt
index 7dea2a32..48062d10 100644
--- a/npc/001-1_Tulimshar/elanore.txt
+++ b/npc/001-1_Tulimshar/elanore.txt
@@ -145,6 +145,7 @@ L_Chat:
L_Main:
if (@has_magic && (@Q_status == @STATUS_INITIAL))
menu
+ "Are you okay? You seem worried.", L_easter_worried,
"Can you heal me?", L_NoHealMessage,
"Can you teach me magic?", L_Teach,
"What do you know about...", L_Question,
@@ -152,6 +153,7 @@ L_Main:
if (@has_magic && (@Q_status > @STATUS_INITIAL))
menu
+ "Are you okay? You seem worried.", L_easter_worried,
"Can you heal me?", L_NoHealMessage,
"Can you teach me more?", L_Teach,
"Where can I get more lifestones?", L_Lifestones,
@@ -160,6 +162,7 @@ L_Main:
if (!@has_magic)
menu
+ "Are you okay? You seem worried.", L_easter_worried,
"Can you heal me?", L_NoHealMessage,
"What do you know about...", L_Question,
"Goodbye!", L_bye;
@@ -180,7 +183,7 @@ L_OnPcKillFinish:
L_Lifestones:
mes "[Elanore the Healer]";
- mes "\"I always need components for my own healing spells. If you bring me ten gamboge leaves, ten alizarin leaves, ten mauve leaves and ten cobalt leaves, I can make ten lifestones; I will give you half of them.\"";
+ mes "\"I always need components for my own healing spells. If you bring me ten gamboge leaves, ten alizarin leaves, ten mauve leaves and ten cobalt leaves, I suppose I can make ten lifestones; I will give you half of them.\"";
next;
menu
@@ -636,6 +639,20 @@ L_bye:
mes "\"Goodbye!\"";
close;
+L_easter_worried:
+ mes "[Elanore the Healer]";
+ mes "\"Oh... well... no, not really. I'm just feeling worried some reason.\"";
+ next;
+ menu
+ "Is there anything I can do?", L_easter_offer,
+ "That's too bad. But I've got chocolate to stuff myself on - haha, seeya round!", -,
+ close;
+
+L_easter_offer:
+ mes "[Elanore the Healer]";
+ mes "\"It's very kind of you to offer, but I don't think there's anything you can do.\"";
+ close;
+
S_update_var:
set QUEST_MAGIC2,
(QUEST_MAGIC2 & ~(@Q_MASK)