mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Duel less rewarding First Blood
This commit is contained in:
parent
4f1a49c0fb
commit
075b09e537
1 changed files with 1 additions and 1 deletions
|
|
@ -2055,7 +2055,7 @@ static void K_HandleLapIncrement(player_t *player)
|
|||
|
||||
K_SpawnDriftBoostExplosion(player, 4);
|
||||
K_SpawnDriftElectricSparks(player, SKINCOLOR_SILVER, false);
|
||||
K_SpawnAmps(player, 50, player->mo);
|
||||
K_SpawnAmps(player, (inDuel) ? 20 : 50, player->mo);
|
||||
|
||||
rainbowstartavailable = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue