mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-28 00:11:09 +00:00
Don't nerf startboost in GP
This commit is contained in:
parent
3d5e60241c
commit
dd154ce21f
1 changed files with 0 additions and 2 deletions
|
|
@ -2071,8 +2071,6 @@ static void K_HandleLapIncrement(player_t *player)
|
|||
{
|
||||
S_StartSound(player->mo, sfx_s23c);
|
||||
player->startboost = 125;
|
||||
if (!K_PlayerUsesBotMovement(player) && grandprixinfo.gp)
|
||||
player->startboost /= 2;
|
||||
|
||||
K_SpawnDriftBoostExplosion(player, 4);
|
||||
K_SpawnDriftElectricSparks(player, SKINCOLOR_SILVER, false);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue