mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Never give Free Play roulette if you can't change the rules of play
This commit is contained in:
parent
8326292a3f
commit
dd93e36ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -1387,7 +1387,7 @@ void K_FillItemRouletteData(const player_t *player, itemroulette_t *const roulet
|
||||||
{
|
{
|
||||||
presetlist = K_KartItemReelSPBAttack;
|
presetlist = K_KartItemReelSPBAttack;
|
||||||
}
|
}
|
||||||
else if (gametype == GT_TUTORIAL)
|
else if (K_CanChangeRules(true) == false) // GT_TUTORIAL, time attack
|
||||||
{
|
{
|
||||||
presetlist = K_KartItemReelRingSneaker;
|
presetlist = K_KartItemReelRingSneaker;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue