mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-05 01:41:39 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into democracy
This commit is contained in:
commit
aa7fab06fc
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ static void K_KartItemRouletteByDistance(player_t *player, ticcmd_t *cmd)
|
|||
//{
|
||||
if (cv_magnet.value) SETITEMRESULT(useodds, 1); // Magnet
|
||||
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_megashroom.value && !player->kartstuff[k_poweritemtimer]) SETITEMRESULT(useodds, 5); // Mega Mushroom
|
||||
if (cv_goldshroom.value) SETITEMRESULT(useodds, 6); // Gold Mushroom
|
||||
|
|
Loading…
Reference in a new issue