diff options
Diffstat (limited to 'npc/009-2_Hurnscald/wyara.txt')
-rw-r--r-- | npc/009-2_Hurnscald/wyara.txt | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt index 2a8a2062..256c036c 100644 --- a/npc/009-2_Hurnscald/wyara.txt +++ b/npc/009-2_Hurnscald/wyara.txt @@ -33,23 +33,21 @@ mes "[Wyara the witch]"; if (!Sex) - mes "\"Oh! Er, sorry, you startled me... How can I help?\""; + mes "\"Greetings, fair traveller! What can I do for you?\""; if (Sex) - mes "\"Ah! Oh, er, hello... what are you doing here?\""; + mes "\"Hello! What brings you here?\""; next; set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_KNOWS_WYARA; L_Main: if (!@has_magic && (MAGIC_FLAGS & MFLAG_TOUCHED_MANASEED)) - menu "Hello! You seem worried, are you alright?", L_easter_worried, - "What do you know about...", L_Question, + menu "What do you know about...", L_Question, "Can you help me use the mana seed?", L_Q_manaseed_unabsorbed, "Can you help me learn magic?", L_Magic, "I would like to buy potions.", L_Shop, "Bye!", -; if (!(!@has_magic && (MAGIC_FLAGS & MFLAG_TOUCHED_MANASEED))) - menu "You seem worried. Are you alright?", L_easter_worried, - "What do you know about...", L_Question, + menu "What do you know about...", L_Question, "Can you help me learn magic?", L_Magic, "I would like to buy potions.", L_Shop, "Bye!", -; @@ -579,11 +577,6 @@ L_Magic_train_sagatha_lvl1: next; goto L_Magic_main; -L_easter_worried: - mes "[Wyara the Witch]"; - mes "\"I don't know. I'm just - maybe I should talk to Sagatha...\""; - close; - S_update_var: set QUEST_MAGIC2, (QUEST_MAGIC2 & ~(@Q_MASK) |