diff options
Diffstat (limited to 'npc/custom/bgqueue/flavius.txt')
-rw-r--r-- | npc/custom/bgqueue/flavius.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/bgqueue/flavius.txt b/npc/custom/bgqueue/flavius.txt index 21c79f48f..d959253f3 100644 --- a/npc/custom/bgqueue/flavius.txt +++ b/npc/custom/bgqueue/flavius.txt @@ -333,7 +333,7 @@ OnStop: } bat_b01,10,294,3 script Battle Therapist#b01_a 4_F_SISTER,{ - specialeffect(EF_HEAL, AREA, playerattached()); + specialeffect2 EF_HEAL; mes "[Battle Therapist]"; mes "Just close your eyes,"; mes "and take a deep breath."; @@ -378,7 +378,7 @@ OnTouch: } bat_b01,389,14,3 script Battle Therapist#b01_b 4_F_SISTER,{ - specialeffect(EF_HEAL, AREA, playerattached()); + specialeffect2 EF_HEAL; mes "[Battle Therapist]"; mes "Just close your eyes,"; mes "and take a deep breath."; |