summaryrefslogtreecommitdiff
path: root/world/map/npc/002-1/elanore.txt
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-08 02:48:47 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-08 02:48:47 +0000
commit1a2a94670d4eb1c6491232f94c234b0490bf138b (patch)
tree486c1b0688bda45f2b19039a2b86925d447ee3d4 /world/map/npc/002-1/elanore.txt
parent0ebf2259fc1c7e5350ba321b39d4df0724e17404 (diff)
parent74684a3bb6b3794e46f979e1fbce56db46ad27f7 (diff)
downloadserverdata-1a2a94670d4eb1c6491232f94c234b0490bf138b.tar.gz
serverdata-1a2a94670d4eb1c6491232f94c234b0490bf138b.tar.bz2
serverdata-1a2a94670d4eb1c6491232f94c234b0490bf138b.tar.xz
serverdata-1a2a94670d4eb1c6491232f94c234b0490bf138b.zip
Merge branch 'matkpot' into 'master'
SC_MATKPOT See merge request legacy/serverdata!679
Diffstat (limited to 'world/map/npc/002-1/elanore.txt')
-rw-r--r--world/map/npc/002-1/elanore.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/002-1/elanore.txt b/world/map/npc/002-1/elanore.txt
index b235c5b4..217d1ae6 100644
--- a/world/map/npc/002-1/elanore.txt
+++ b/world/map/npc/002-1/elanore.txt
@@ -64,7 +64,7 @@ L_Return:
if (@Q_status > @Q_STATUS_MAX)
set @Q_status, @STATUS_INITIAL;
callsub S_update_var;
- if (sc_check(sc_poison)) goto L_CurePoison;
+ if (sc_check(SC_POISON)) goto L_CurePoison;
if (BaseLevel > 20) goto L_NoHeal;
set @TEMP,rand(4);
if(@TEMP == 1) goto L_Heal2;
@@ -582,8 +582,8 @@ L_CurePoison:
mes "[Elanore the Healer]";
mes "\"Oh dear! That looks like poison; hang on...\"";
mes "She performs a complicated gesture.";
- sc_end(sc_poison);
- sc_end(sc_slowpoison);
+ sc_end(SC_POISON);
+ sc_end(SC_SLOWPOISON);
misceffect sfx_magic_life, strcharinfo(0);
misceffect sfx_magic_life;
next;