diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-23 11:02:32 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-23 11:02:32 -0700 |
commit | cebc1fe746530ee58118a8f2b17d348bfc499359 (patch) | |
tree | 6fa560d3c3cf4d38d570cd5fe8df426146e852bb /npc/009-2_Hurnscald/wyara.txt | |
parent | 1f23802f93ef9c987668a263650dc06d7a87d25b (diff) | |
download | serverdata-cebc1fe746530ee58118a8f2b17d348bfc499359.tar.gz serverdata-cebc1fe746530ee58118a8f2b17d348bfc499359.tar.bz2 serverdata-cebc1fe746530ee58118a8f2b17d348bfc499359.tar.xz serverdata-cebc1fe746530ee58118a8f2b17d348bfc499359.zip |
Wyara now warns the player if they're not powerful enough yet to cast the rain spell
Diffstat (limited to 'npc/009-2_Hurnscald/wyara.txt')
-rw-r--r-- | npc/009-2_Hurnscald/wyara.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt index d122a6ce..1ae34626 100644 --- a/npc/009-2_Hurnscald/wyara.txt +++ b/npc/009-2_Hurnscald/wyara.txt @@ -256,6 +256,8 @@ L_Magic_spell: L_Magic_spell3: mes "[Wyara the Witch]"; mes "\"Now that you know the basics of nature magic, here is one of my favourites: '" + getspellinvocation("rain") + "' will summon rain, whereever you are standing. It will consume a bottle of water, though.\""; + 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.\""; next; L_Magic_spell2: |