mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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);
|
S_StartSound(player->mo, sfx_s23c);
|
||||||
player->startboost = 125;
|
player->startboost = 125;
|
||||||
if (!K_PlayerUsesBotMovement(player) && grandprixinfo.gp)
|
|
||||||
player->startboost /= 2;
|
|
||||||
|
|
||||||
K_SpawnDriftBoostExplosion(player, 4);
|
K_SpawnDriftBoostExplosion(player, 4);
|
||||||
K_SpawnDriftElectricSparks(player, SKINCOLOR_SILVER, false);
|
K_SpawnDriftElectricSparks(player, SKINCOLOR_SILVER, false);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue