mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Bump to 33%
This commit is contained in:
parent
aeaf6c94f5
commit
5e001a43ef
1 changed files with 1 additions and 1 deletions
|
|
@ -2538,7 +2538,7 @@ static void K_GetKartBoostPower(player_t *player)
|
|||
{
|
||||
if (player->strongdriftboost) // Purple/Rainbow drift boost
|
||||
{
|
||||
ADDBOOST(3*FRACUNIT/10, 4*FRACUNIT, 0); // + 30% top speed, + 400% acceleration, +0% handling
|
||||
ADDBOOST(FRACUNIT/3, 4*FRACUNIT, 0); // + 33% top speed, + 400% acceleration, +0% handling
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue