diff options
Diffstat (limited to 'npc/other/divorce.txt')
-rw-r--r-- | npc/other/divorce.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index 803428a75..e210e688b 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -4,7 +4,7 @@ //= Perkka, Scriptor, LightFighter //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -21,6 +21,7 @@ //= old married players divorcing, optimized, fixed a bug [Lupus] //= 1.3 Wedding variable 'wedding_sign' is now unset on divorce. [L0ne_W0lf] //= 1.4 Removed ifpartneron check, fixed typo in percentheal. [L0ne_W0lf] +//= 1.5 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ nif_in,190,112,5 script Deviruchi#divorce 738,{ @@ -192,8 +193,8 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{ mes "being hopelessly married"; mes "^FF0000for the rest of your life.^000000"; next; - specialeffect 244; //EF_MAGICROD - specialeffect2 372; //EF_DEVIL + specialeffect EF_MAGICROD; + specialeffect2 EF_DEVIL; set wedding_sign,0; set zeny,zeny-2500000; percentheal -100,-100; |