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

View file

@ -648,7 +648,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, boolean mashed)
break; break;
case KITEM_SPB: case KITEM_SPB:
if (franticitems) newodds *= 2; if (franticitems) newodds *= 2;
if (mashed) newodds /= 2; //if (mashed) newodds /= 2;
if ((!cv_selfpropelledbomb.value) if ((!cv_selfpropelledbomb.value)
|| (indirectitemcooldown > 0) || (indirectitemcooldown > 0)
|| (pexiting > 0) || (pexiting > 0)