mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-08 20:26:17 +00:00
SPB chances no longer lower if you mash
This commit is contained in:
parent
b2bccf2198
commit
1b3e6ea79f
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, boolean mashed)
|
|||
break;
|
||||
case KITEM_SPB:
|
||||
if (franticitems) newodds *= 2;
|
||||
if (mashed) newodds /= 2;
|
||||
//if (mashed) newodds /= 2;
|
||||
if ((!cv_selfpropelledbomb.value)
|
||||
|| (indirectitemcooldown > 0)
|
||||
|| (pexiting > 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue