SPB chances no longer lower if you mash

This commit is contained in:
TehRealSalt 2018-07-02 18:25:15 -04:00
parent c6f4869700
commit e366233af9
1 changed files with 1 additions and 1 deletions

View File

@ -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)