summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald/wyara.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2_Hurnscald/wyara.txt')
-rw-r--r--npc/009-2_Hurnscald/wyara.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt
index d38bf04d..1666643d 100644
--- a/npc/009-2_Hurnscald/wyara.txt
+++ b/npc/009-2_Hurnscald/wyara.txt
@@ -58,10 +58,10 @@ L_correct:
set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_KNOWS_WYARA;
L_Main:
- menu "No. What do you know about...", L_Question,
+ menu "What do you know about...", L_Question,
"Can you help me learn magic?", L_Magic,
- "Yes, I would like to buy potions.", L_Shop,
- "Bye", -;
+ "I would like to buy potions.", L_Shop,
+ "Bye!", -;
close;
L_Shop:
@@ -73,7 +73,7 @@ L_Shop:
L_Question:
callfunc "MagicTalkOptionsSetup";
set @ignore, @QQ_WYARA;
- callfunc "MagictalkMenu";
+ callfunc "MagicTalkMenu";
if (@c == 0) goto L_Main;
if (@c == @QQ_ELANORE) goto L_Q_elanore;
@@ -103,7 +103,7 @@ L_Q_old_wizard:
L_Q_elanore:
mes "[Wyara the Witch]";
- mes "\"FIXME\"";
+ mes "\"Elanore is the Tulimshar healer. She is a very nice person and was very helpful when I first moved here.\"";
next;
goto L_Main;