summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/mob.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 77bd8e53d..2fb8405cd 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -2022,8 +2022,10 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type)
if (rand() % 10000 >= drop_rate)
{
if (sd && sd->sc.data[SC_ITEMBOOST].timer != -1)
+ {
if (rand() % 10000 >= drop_rate)
continue; // Double try by Bubble Gum
+ }
else
continue;
}