diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fa9e1b79b..382abd640 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1023,7 +1023,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,8) != 4) getitem EmptyBottle, 1; "> }, @@ -1882,7 +1882,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,7) != 4) getitem EmptyBottle, 1; "> }, @@ -2321,7 +2321,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,7) != 4) getitem EmptyBottle, 1; "> }, |