summaryrefslogtreecommitdiff
path: root/npc/functions/mob_points.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/mob_points.txt')
-rw-r--r--npc/functions/mob_points.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt
index 7c8f4a4f..d6213dca 100644
--- a/npc/functions/mob_points.txt
+++ b/npc/functions/mob_points.txt
@@ -30,7 +30,7 @@ function script MobPoints {
/* Christmas 2021 DLC - Poppet's Realm */
if (getmonsterinfo(@mobId, MOB_LV) >= 150 && rand2(3) == 1)
getitem XmasTicket, 2;
- else if (rand2(5) == 3)
+ else if (rand2(max(10-$@X21_POPPYDIFF, 5)) == 3)
getitem XmasTicket, 1;
} else if (isChristmas21() && .@m$ == "081-1") {
/* Christmas 2021 Outdoors */