summaryrefslogtreecommitdiff
path: root/npc/009-2/wyara.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2/wyara.txt')
-rw-r--r--npc/009-2/wyara.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/009-2/wyara.txt b/npc/009-2/wyara.txt
index 0b8e9a47..06d11704 100644
--- a/npc/009-2/wyara.txt
+++ b/npc/009-2/wyara.txt
@@ -238,9 +238,11 @@ L_M_spell:
L_M_spell3:
mesn l("Wyara the Witch");
- mes "\"Now that you know the basics of nature magic, here is one of my favourites: '" + get(.invocation$, "rain") + "' will summon rain, whereever you are standing. It will consume a bottle of water, though.\"";
+ mesq l("Now that you know the basics of nature magic, here is one of my favourites: '%s' will summon rain, whereever you are standing. It will consume a bottle of water, though.", b("Kaflosh"));
if (getskilllv(SKILL_MAGIC) < 2)
- mes "\"You are not powerful enough to use it yet, though; you will first have to absorb more magic from the mana seed.\"";
+ mesq l("You are not powerful enough to use it yet, though; you will first have to absorb more magic from the mana seed.");
+ else
+ learnskill SKILL_KAFLOSH;
next;
goto L_M_spell2;
@@ -277,7 +279,7 @@ L_M_train_wb:
callfunc "SagathaStatus";
if (@evil)
goto L_M_train_evil;
- mes "\"Ah, yes, your training...\"";
+ mesq l("Ah, yes, your training...");
next;
goto L_M_train_dispatch;