mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 03:11:24 +00:00
SPB chances no longer lower if you mash
This commit is contained in:
parent
c6f4869700
commit
e366233af9
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…
Reference in a new issue