mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 02:01:15 +00:00
Quick fix :V
This commit is contained in:
parent
3040c8d51d
commit
32b2818ab6
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ static void K_KartItemRouletteByDistance(player_t *player, ticcmd_t *cmd)
|
||||||
//{
|
//{
|
||||||
if (cv_magnet.value) SETITEMRESULT(useodds, 1); // Magnet
|
if (cv_magnet.value) SETITEMRESULT(useodds, 1); // Magnet
|
||||||
if (cv_boo.value) SETITEMRESULT(useodds, 2); // Boo
|
if (cv_boo.value) SETITEMRESULT(useodds, 2); // Boo
|
||||||
if (cv_mushroom.value && !modeattacking) SETITEMRESULT(useodds, 3); // Mushroom
|
if (cv_mushroom.value || modeattacking) SETITEMRESULT(useodds, 3); // Mushroom
|
||||||
if (cv_triplemushroom.value) SETITEMRESULT(useodds, 4); // Triple Mushroom
|
if (cv_triplemushroom.value) SETITEMRESULT(useodds, 4); // Triple Mushroom
|
||||||
if (cv_megashroom.value && !player->kartstuff[k_poweritemtimer]) SETITEMRESULT(useodds, 5); // Mega Mushroom
|
if (cv_megashroom.value && !player->kartstuff[k_poweritemtimer]) SETITEMRESULT(useodds, 5); // Mega Mushroom
|
||||||
if (cv_goldshroom.value) SETITEMRESULT(useodds, 6); // Gold Mushroom
|
if (cv_goldshroom.value) SETITEMRESULT(useodds, 6); // Gold Mushroom
|
||||||
|
|
Loading…
Reference in a new issue