diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 22:49:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 22:49:41 -0300 |
commit | ae1ae23ee4b5c63e8e3d7ded2b5d4a558ce73244 (patch) | |
tree | 75ad1f17ed80fcc9b7c1a44309dcb7c7c35da498 | |
parent | dc2c1e5aa96c1559ff7e6681dfba774ec99481be (diff) | |
download | serverdata-ae1ae23ee4b5c63e8e3d7ded2b5d4a558ce73244.tar.gz serverdata-ae1ae23ee4b5c63e8e3d7ded2b5d4a558ce73244.tar.bz2 serverdata-ae1ae23ee4b5c63e8e3d7ded2b5d4a558ce73244.tar.xz serverdata-ae1ae23ee4b5c63e8e3d7ded2b5d4a558ce73244.zip |
Wyara - be more clear about Kaflosh
-rw-r--r-- | npc/009-2/wyara.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/009-2/wyara.txt b/npc/009-2/wyara.txt index 06d11704..70c04e22 100644 --- a/npc/009-2/wyara.txt +++ b/npc/009-2/wyara.txt @@ -238,11 +238,12 @@ L_M_spell: L_M_spell3: mesn l("Wyara the Witch"); - 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) - 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 + if (getskilllv(SKILL_MAGIC) < 2) { + mesq l("I want to teach you my favorite. However, you are not powerful enough to use it yet; You will first have to absorb more magic from the mana seed."); + } else { + 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")); learnskill SKILL_KAFLOSH; + } next; goto L_M_spell2; |