diff options
Diffstat (limited to 'npc/items/rand_mp_heal.txt')
-rw-r--r-- | npc/items/rand_mp_heal.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/items/rand_mp_heal.txt b/npc/items/rand_mp_heal.txt index d64661bea..918e02dc3 100644 --- a/npc/items/rand_mp_heal.txt +++ b/npc/items/rand_mp_heal.txt @@ -28,6 +28,7 @@ OnUse: // Save the effect @mp_healeffect = rand2(@min, @max); + @mp_healeffect = @mp_healeffect / @delay + 1; @mp_healdelay = @delay; // Apply the effect and finish |