mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-11 03:12:09 +00:00
Make tripwire speed lines Lilac and additive
This commit is contained in:
parent
8164d63078
commit
71833862b2
1 changed files with 2 additions and 1 deletions
|
|
@ -2132,8 +2132,9 @@ void K_SpawnNormalSpeedLines(player_t *player)
|
||||||
else if (player->tripwireLeniency)
|
else if (player->tripwireLeniency)
|
||||||
{
|
{
|
||||||
// Make it pink+blue+big when you can go through tripwire
|
// Make it pink+blue+big when you can go through tripwire
|
||||||
fast->color = (leveltime & 1) ? SKINCOLOR_BLOSSOM : SKINCOLOR_JAWZ;
|
fast->color = (leveltime & 1) ? SKINCOLOR_LILAC : SKINCOLOR_JAWZ;
|
||||||
fast->colorized = true;
|
fast->colorized = true;
|
||||||
|
fast->renderflags |= RF_ADD;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue