diff options
Diffstat (limited to 'npc/custom/etc/monster_arena.txt')
-rw-r--r-- | npc/custom/etc/monster_arena.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/etc/monster_arena.txt b/npc/custom/etc/monster_arena.txt index 8420cd544..db4c37b73 100644 --- a/npc/custom/etc/monster_arena.txt +++ b/npc/custom/etc/monster_arena.txt @@ -736,7 +736,7 @@ gon_test,55,103,6 script Nurse 4_F_01,{ set @fighting,0; set #heal,0; set @healing,0; - specialeffect(EF_VALLENTINE2, AREA, playerattached()); + specialeffect2 EF_VALLENTINE2; announce "Your monster has healed.",19; end; |