mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 04:02:50 +00:00
Increase SPB force distance
This commit is contained in:
parent
1fc9009bd3
commit
8abfee5dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue