mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Race Duel: prettier Margin Boost text
This commit is contained in:
parent
6e51815df3
commit
fc56b1c802
1 changed files with 4 additions and 1 deletions
|
|
@ -4181,7 +4181,10 @@ void K_CheckpointCrossAward(player_t *player)
|
|||
if (leveltime > DUELOVERTIME)
|
||||
{
|
||||
overtimecheckpoints++;
|
||||
K_AddMessage(va("MARGIN BOOST x%d", overtimecheckpoints), true, false);
|
||||
if (overtimecheckpoints > 1)
|
||||
K_AddMessage(va("Margin Boost x%d!", overtimecheckpoints), true, false);
|
||||
else
|
||||
K_AddMessage(va("Margin Boost!", overtimecheckpoints), true, false);
|
||||
S_StartSound(NULL, sfx_gsha6);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue