mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'relongenate-first-blood' into 'master'
Don't nerf startboost in GP Closes ring-racers#91 See merge request kart-krew-dev/ring-racers-internal!2852
This commit is contained in:
commit
6f7e289d97
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