mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make lap bonus more valuable
This commit is contained in:
parent
598614dbb6
commit
b9b2f7cfa7
1 changed files with 1 additions and 1 deletions
|
|
@ -1771,7 +1771,7 @@ static void Y_SetLapBonus(player_t *player, y_bonus_t *bstruct)
|
|||
{
|
||||
strncpy(bstruct->patch, "YB_LAP", sizeof(bstruct->patch));
|
||||
bstruct->display = true;
|
||||
bstruct->points = max(0, (player->totalmarebonuslap) * 100);
|
||||
bstruct->points = max(0, player->totalmarebonuslap * 1000);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue