summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 2b3705e90..43b8aab96 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1493,7 +1493,11 @@ item_db: (
Script: <"
@type = 3;
@rarity=2;
- itemheal 0, rand(32,96);
+ .@val=rand(32,96);
+ // Re-roll
+ if (.@val > 64)
+ .@val=rand(32,96);
+ itemheal 0, .@val;
sc_start SC_ATTHASTE_POTION1, 10000, 3;
doevent "rand_sc_heal::OnUse";
">