diff options
author | Fate <fate-tmw@googlemail.com> | 2009-06-16 16:23:23 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-06-16 16:23:23 +0000 |
commit | 019faa40cd140261846320d1741f3872b8d36e81 (patch) | |
tree | a31895109dd36675d6b96f2e7558f8261b0359a8 /npc/001-1_Tulimshar | |
parent | 9bc643d4f9923ad4e6ee9c38f8dc6f734bbc82b2 (diff) | |
download | serverdata-019faa40cd140261846320d1741f3872b8d36e81.tar.gz serverdata-019faa40cd140261846320d1741f3872b8d36e81.tar.bz2 serverdata-019faa40cd140261846320d1741f3872b8d36e81.tar.xz serverdata-019faa40cd140261846320d1741f3872b8d36e81.zip |
Fixed the healers' poison curing to also cure slow-poison, made Elanore cast white magic
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/elanore.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index dcec99e4..2157a8dd 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -627,6 +627,10 @@ L_CurePoison: mes "\"Oh dear! That looks like poison; hang on...\""; mes "She performs a complicated gesture."; sc_end(sc_poison); + sc_end(sc_slowpoison); + misceffect 3, strcharinfo(0); + misceffect 3; + next; mes "[Elanore the Healer]"; |