mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-07 10:34:48 +00:00
Make lap bonus more valuable
This commit is contained in:
parent
30fa526f6f
commit
fcd6b16646
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…
Reference in a new issue