mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Waiting for the roulette gives you Orbinaut x3 instead of just one
Should reduce the amount of waiting, and make banana vs orbis more of a decision
This commit is contained in:
parent
88578f0534
commit
b174f15260
1 changed files with 2 additions and 2 deletions
|
|
@ -1155,8 +1155,8 @@ static void K_KartItemRoulette(player_t *player, ticcmd_t *cmd)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (modeattacking || cv_orbinaut.value) // Waited patiently? You get an orbinaut!
|
||||
K_KartGetItemResult(player, KITEM_ORBINAUT);
|
||||
if (modeattacking || cv_tripleorbinaut.value) // Waited patiently? You get Orbinaut x3!
|
||||
K_KartGetItemResult(player, KRITEM_TRIPLEORBINAUT);
|
||||
else // Default to sad if nothing's enabled...
|
||||
K_KartGetItemResult(player, KITEM_SAD);
|
||||
player->karthud[khud_itemblinkmode] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue