mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
Merge branch 'ta-ufo-hotfix' into 'master'
Never give Free Play roulette if you can't change the rules of play Closes #1389 See merge request KartKrew/Kart!2368
This commit is contained in:
commit
a1c1a0115a
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;
|
||||
}
|
||||
else if (gametype == GT_TUTORIAL)
|
||||
else if (K_CanChangeRules(true) == false) // GT_TUTORIAL, time attack
|
||||
{
|
||||
presetlist = K_KartItemReelRingSneaker;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue