diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-11-08 02:48:47 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-11-08 02:48:47 +0000 |
commit | 74684a3bb6b3794e46f979e1fbce56db46ad27f7 (patch) | |
tree | 6ecc23d6f4df689bfe83bcf8e7897569a72a067d /world/map/npc/002-1 | |
parent | 39cdba08be9a260339159397740959e8586d80e7 (diff) | |
download | serverdata-74684a3bb6b3794e46f979e1fbce56db46ad27f7.tar.gz serverdata-74684a3bb6b3794e46f979e1fbce56db46ad27f7.tar.bz2 serverdata-74684a3bb6b3794e46f979e1fbce56db46ad27f7.tar.xz serverdata-74684a3bb6b3794e46f979e1fbce56db46ad27f7.zip |
SC_MATKPOT
Diffstat (limited to 'world/map/npc/002-1')
-rw-r--r-- | world/map/npc/002-1/elanore.txt | 6 |
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; |