diff --git a/src/k_kart.c b/src/k_kart.c index 85c3e4cab..4f96710d9 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -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) {