mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 10:51:54 +00:00
Buff star acceleration
This commit is contained in:
parent
0163548433
commit
603950fde3
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ static fixed_t K_GetKartBoostPower(player_t *player, boolean speed)
|
|||
if (speed)
|
||||
boostvalue = max(boostvalue, 3*(FRACUNIT/8)); // + 37.5%
|
||||
else
|
||||
boostvalue = max(boostvalue, 3*FRACUNIT); // + 300%
|
||||
boostvalue = max(boostvalue, 3*FRACUNIT); // + 600%
|
||||
}
|
||||
if (player->kartstuff[k_driftboost])
|
||||
{ // Drift Boost
|
||||
|
|
Loading…
Reference in a new issue