mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +00:00
Ketchup, faster drift sparks
This commit is contained in:
parent
14ced23300
commit
1863fb953d
1 changed files with 2 additions and 2 deletions
|
|
@ -2252,9 +2252,9 @@ static void K_SpawnDriftSparks(player_t *player)
|
|||
if (player->kartstuff[k_driftcharge] >= K_GetKartDriftSparkValue(player)*2)
|
||||
{
|
||||
if (player->kartstuff[k_driftcharge] <= (K_GetKartDriftSparkValue(player)*2)+(32*3))
|
||||
spark->color = SKINCOLOR_DUSK; // transition
|
||||
spark->color = SKINCOLOR_RASPBERRY; // transition
|
||||
else
|
||||
spark->color = SKINCOLOR_RUBY;
|
||||
spark->color = SKINCOLOR_KETCHUP;
|
||||
}
|
||||
else
|
||||
spark->color = SKINCOLOR_SAPPHIRE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue