diff options
author | Haru <haru@dotalux.com> | 2017-06-03 22:47:54 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-06-03 22:47:54 +0200 |
commit | 68059ee62a223edb323abba0bc980faab8ed4b52 (patch) | |
tree | f50fddbe254d80033eeb74752843ebb6d0eda92f /npc/battleground/tierra/tierra01.txt | |
parent | 1b02f9269f15582c7d211f1d1a3a0c1c7ce68a88 (diff) | |
download | hercules-68059ee62a223edb323abba0bc980faab8ed4b52.tar.gz hercules-68059ee62a223edb323abba0bc980faab8ed4b52.tar.bz2 hercules-68059ee62a223edb323abba0bc980faab8ed4b52.tar.xz hercules-68059ee62a223edb323abba0bc980faab8ed4b52.zip |
Revert "Unify specialeffect, convert legacy scripts (#1746)"
This reverts commit 19883c583e5e1471c87ae80e67f34882a7e75bc6.
The commit was squashed by accident, my fault. I'm merging the PR again,
this time preserving the indivisual commits.
Diffstat (limited to 'npc/battleground/tierra/tierra01.txt')
-rw-r--r-- | npc/battleground/tierra/tierra01.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/battleground/tierra/tierra01.txt b/npc/battleground/tierra/tierra01.txt index bdf41b0bd..22a612c81 100644 --- a/npc/battleground/tierra/tierra01.txt +++ b/npc/battleground/tierra/tierra01.txt @@ -481,7 +481,7 @@ OnInit: } bat_a01,53,377,3 script Battle Therapist#a01_a 4_F_SISTER,{ - specialeffect(EF_HEAL, AREA, playerattached()); + specialeffect2 EF_HEAL; mes("[Battle Therapist]"); mes("Just close your eyes,\r" "and take a deep breath."); @@ -531,7 +531,7 @@ OnTouch_: } bat_a01,45,19,3 script Battle Therapist#a01_b 4_F_SISTER,{ - specialeffect(EF_HEAL, AREA, playerattached()); + specialeffect2 EF_HEAL; mes("[Battle Therapist]"); mes("Just close your eyes,\r" "and take a deep breath."); @@ -581,7 +581,7 @@ OnTouch: } bat_a01,60,216,3 script Valley Ghost#bat_a01_n 4_GHOSTRING,{ - specialeffect(EF_HEAL, AREA, playerattached()); + specialeffect2 EF_HEAL; mes("[Valley Ghost]"); mes("Boo...Boo..."); close; |