mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +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…
Add table
Reference in a new issue