mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't put KITEM_SAD into Casino Roulette, idiot!
This commit is contained in:
parent
5ce7cf0a99
commit
ccc9211617
1 changed files with 4 additions and 1 deletions
|
|
@ -1222,7 +1222,10 @@ void K_FillItemRoulette(player_t *const player, itemroulette_t *const roulette,
|
|||
|
||||
// If somehow there's no items, add sad.
|
||||
if (roulette->itemList.len == 0) {
|
||||
K_AddItemToReel(player, roulette, KITEM_SAD);
|
||||
if (roulette->ringbox)
|
||||
K_PushToRouletteItemList(roulette, KSM_BAR);
|
||||
else
|
||||
K_AddItemToReel(player, roulette, KITEM_SAD);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue