From 74684a3bb6b3794e46f979e1fbce56db46ad27f7 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Wed, 8 Nov 2023 02:48:47 +0000 Subject: SC_MATKPOT --- world/map/npc/002-1/elanore.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/002-1/elanore.txt') 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; -- cgit v1.2.3-60-g2f50