Increase SPB force distance

This commit is contained in:
TehRealSalt 2019-05-21 01:18:08 -04:00
parent 1fc9009bd3
commit 8abfee5dd0

View file

@ -1244,7 +1244,7 @@ static void K_KartItemRoulette(player_t *player, ticcmd_t *cmd)
// SPECIAL CASE No. 5:
// Force SPB onto 2nd if they get too far behind
if (player->kartstuff[k_position] == 2 && pdis > (DISTVAR*6)
if (player->kartstuff[k_position] == 2 && pdis > (DISTVAR*9)
&& spbplace == -1 && !indirectitemcooldown && !dontforcespb
&& cv_selfpropelledbomb.value)
{