From 4b68c8e639f5daf795bab7595c41fb871dd9fc73 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 8 Aug 2019 04:30:01 -0300 Subject: Correct Typo on option requeriment. reroll. --- db/re/item_db.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'db') 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"; "> -- cgit v1.2.3-70-g09d2