diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-15 22:39:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-15 22:39:09 -0300 |
commit | cd6e5d20d3cd20f603ee879c33344b031ae07040 (patch) | |
tree | 877a40a15f583454df033cf219830eefd38dfde7 | |
parent | ffdb3597331744070bf0879b6d2b8c40e071fd32 (diff) | |
download | serverdata-cd6e5d20d3cd20f603ee879c33344b031ae07040.tar.gz serverdata-cd6e5d20d3cd20f603ee879c33344b031ae07040.tar.bz2 serverdata-cd6e5d20d3cd20f603ee879c33344b031ae07040.tar.xz serverdata-cd6e5d20d3cd20f603ee879c33344b031ae07040.zip |
Wyara: Be more consistent with what Ian the Guide instructions.
-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; |