diff options
Diffstat (limited to 'npc/custom/mvm.txt')
-rw-r--r-- | npc/custom/mvm.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/custom/mvm.txt b/npc/custom/mvm.txt index 72f7fe123..1240faa48 100644 --- a/npc/custom/mvm.txt +++ b/npc/custom/mvm.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= acky - god@acky.com //===== Current Version: ===================================== -//= 1.1.5 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -20,6 +20,7 @@ //= 1.1.3 Removed Duplicate Names [Silent] //= 1.1.4 Fixed SummonPad syntax. [KarLaeda] //= 1.1.5 Some cleanup & optimization [KarLaeda] +//= 1.2 Replaced effect numerics with constants. [Samuray22] //============================================================ // Entrance // @@ -738,7 +739,7 @@ if (#heal == 1 && @healing < 100) goto L_Heal; //Total healing required set @fighting,0; set #heal,0; set @healing,0; -specialeffect2 364; +specialeffect2 EF_VALLENTINE2; announce "Your monster has healed.",19; end; |