diff options
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/wyara.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/009-2/wyara.txt b/npc/009-2/wyara.txt index 70c04e22..88a32dee 100644 --- a/npc/009-2/wyara.txt +++ b/npc/009-2/wyara.txt @@ -109,7 +109,10 @@ L_Q_manaseed: if (!@has_magic && (MAGIC_FLAGS & MFLAG_TOUCHED_MANASEED)) goto L_Q_manaseed_unabsorbed; mesn l("Wyara the Witch"); - mes "\"A mana seed? I'm afraid that I can't help you with that.\""; + mesq l("A mana seed? I'm afraid that I can't help you with that."); + next; + mesn l("Wyara the Witch"); + mesq l("...Actually. I've heard rumors there was one on the hills northwest of here. They're just rumors, but feel free to go on an errand if you wish."); next; goto L_Main; |