diff options
author | Fate <fate-tmw@googlemail.com> | 2009-06-02 08:42:28 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-06-02 08:42:28 +0000 |
commit | bcdb08846dbc572d7d0ed09d8ab02193ada5f6a3 (patch) | |
tree | e8c13e14f069851753d76ead490137e583775c49 /npc/009-2_Hurnscald/wyara.txt | |
parent | 908a0fef8134d2db2a5b39f2cb4ee69ec02394f7 (diff) | |
download | serverdata-bcdb08846dbc572d7d0ed09d8ab02193ada5f6a3.tar.gz serverdata-bcdb08846dbc572d7d0ed09d8ab02193ada5f6a3.tar.bz2 serverdata-bcdb08846dbc572d7d0ed09d8ab02193ada5f6a3.tar.xz serverdata-bcdb08846dbc572d7d0ed09d8ab02193ada5f6a3.zip |
Added another warning for a level 2 spell to Wyara.
Diffstat (limited to 'npc/009-2_Hurnscald/wyara.txt')
-rw-r--r-- | npc/009-2_Hurnscald/wyara.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt index cc496db6..a799cdf0 100644 --- a/npc/009-2_Hurnscald/wyara.txt +++ b/npc/009-2_Hurnscald/wyara.txt @@ -234,7 +234,9 @@ L_Magic_spell3: L_Magic_spell2: mes "[Wyara the Witch]"; - mes "\"Here is an easy and useful one: '" + getspellinvocation("detect-players") + "'. It will tell you the names of everyone nearby, but beware that there are ways to protect against it.\""; + mes "\"Here is another useful one: '" + getspellinvocation("detect-players") + "'. It will tell you the names of everyone nearby, but beware that there are ways to protect against it.\""; + if (getskilllv(SKILL_MAGIC) < 2) + mes "\"Hmm. You aren't powerful enough for this one either yet, I think.\""; next; if (!(getpartnerid2(0))) |