mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Mhm. Changing this back.
This commit is contained in:
parent
d205353494
commit
8fdb8bfacb
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, player_t *player, boolean
|
||||||
if ((!cv_selfpropelledbomb.value)
|
if ((!cv_selfpropelledbomb.value)
|
||||||
|| (indirectitemcooldown > 0)
|
|| (indirectitemcooldown > 0)
|
||||||
|| (pexiting > 0)
|
|| (pexiting > 0)
|
||||||
|| (secondist <= distvar*3)) newodds = 0;
|
|| (secondist <= distvar*4)) newodds = 0;
|
||||||
break;
|
break;
|
||||||
case KITEM_GROW:
|
case KITEM_GROW:
|
||||||
if (franticitems) newodds *= 2;
|
if (franticitems) newodds *= 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue