Increase distance for natural spb

This commit is contained in:
Sally Cochenour 2020-03-22 20:52:54 -04:00
parent 9379202dc4
commit 8a5d00d1c7

View file

@ -926,7 +926,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed, boolean sp
}
else
{
INT32 multiplier = (secondist - (4*DISTVAR)) / DISTVAR;
INT32 multiplier = (secondist - (5*DISTVAR)) / DISTVAR;
if (multiplier < 0)
multiplier = 0;