Mhm. Changing this back.

This commit is contained in:
TehRealSalt 2018-06-14 20:57:21 -04:00
parent 10d09d3dd8
commit 3b2d156e7f

View file

@ -551,7 +551,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, player_t *player, boolean
if ((!cv_selfpropelledbomb.value)
|| (indirectitemcooldown > 0)
|| (pexiting > 0)
|| (secondist <= distvar*3)) newodds = 0;
|| (secondist <= distvar*4)) newodds = 0;
break;
case KITEM_GROW:
if (franticitems) newodds *= 2;