mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Make it even stronger
This commit is contained in:
parent
1b85f5b5fc
commit
c685f45563
1 changed files with 1 additions and 1 deletions
|
|
@ -2131,7 +2131,7 @@ static void K_GetKartBoostPower(player_t *player)
|
||||||
|
|
||||||
if (player->kartstuff[k_startboost]) // Startup Boost
|
if (player->kartstuff[k_startboost]) // Startup Boost
|
||||||
{
|
{
|
||||||
ADDBOOST(FRACUNIT/3, 4*FRACUNIT); // + 33% top speed, + 400% acceleration
|
ADDBOOST(FRACUNIT/2, 4*FRACUNIT); // + 50% top speed, + 400% acceleration
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player->kartstuff[k_driftboost]) // Drift Boost
|
if (player->kartstuff[k_driftboost]) // Drift Boost
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue