summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-25 19:19:00 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-25 19:19:00 -0300
commitc78c295c1cc44885e6148565a2877eca9fa3d0ab (patch)
tree2709ca21480711c7309965425344f9729812e293 /npc/items
parente27a557d0ad8d1b0f97edd530554ed171bb67124 (diff)
downloadserverdata-c78c295c1cc44885e6148565a2877eca9fa3d0ab.tar.gz
serverdata-c78c295c1cc44885e6148565a2877eca9fa3d0ab.tar.bz2
serverdata-c78c295c1cc44885e6148565a2877eca9fa3d0ab.tar.xz
serverdata-c78c295c1cc44885e6148565a2877eca9fa3d0ab.zip
Prepare five new flavors of tea which I'm yet to decide the name.
Lv 20 Tea, Lv 40 Tea, Lv 60 Tea, Lv 80 Tea, Lv 100 Tea. Names undecided, only effects. I also need the pixel art (or color codes).
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/rand_mp_heal.txt1
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