summaryrefslogtreecommitdiff
path: root/npc/009-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 22:29:26 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 22:29:26 -0300
commitab194e3674c4f4c83f334d1031dd5806a37ba444 (patch)
tree018ef57bb627b6f145eb99080b8691d012693ef7 /npc/009-2
parent9ce79291a280d0ebc93a076810a7e848fb0d397b (diff)
downloadserverdata-ab194e3674c4f4c83f334d1031dd5806a37ba444.tar.gz
serverdata-ab194e3674c4f4c83f334d1031dd5806a37ba444.tar.bz2
serverdata-ab194e3674c4f4c83f334d1031dd5806a37ba444.tar.xz
serverdata-ab194e3674c4f4c83f334d1031dd5806a37ba444.zip
I guess with this Wyara is done? :p
Diffstat (limited to 'npc/009-2')
-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;