mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Largegamescaler slightly up
This commit is contained in:
parent
55192eaf39
commit
7b10e4e2bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue