Largegamescaler slightly up

This commit is contained in:
Antonio Martinez 2025-09-26 23:40:16 -04:00
parent 55192eaf39
commit 7b10e4e2bd

View file

@ -1457,7 +1457,7 @@ void K_FillItemRouletteData(player_t *player, itemroulette_t *const roulette, bo
} }
} }
fixed_t largegamescaler = roulette->playing * 8 + 100; // Spread out item odds in large games for a less insane experience. fixed_t largegamescaler = roulette->playing * 11 + 100; // Spread out item odds in large games for a less insane experience.
if (franticitems) if (franticitems)
largegamescaler = 100; // Except in Frantic, where you know what you're getting largegamescaler = 100; // Except in Frantic, where you know what you're getting