mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-03 01:41:15 +00:00
Buffed neutral drift speed
This commit is contained in:
parent
f9d0cfa1af
commit
4730c166d8
1 changed files with 2 additions and 2 deletions
|
|
@ -3681,8 +3681,8 @@ static void K_GetKartBoostPower(player_t *player)
|
|||
if (multiplier > 0)
|
||||
{
|
||||
ADDBOOST(
|
||||
FixedMul(multiplier, FRACUNIT/5), // + 20% top speed
|
||||
FixedMul(multiplier, FRACUNIT/4), // + 25% acceleration
|
||||
FixedMul(multiplier, 4*FRACUNIT/10), // + 40% top speed
|
||||
FixedMul(multiplier, FRACUNIT/3), // + 33% acceleration
|
||||
0 // 0 handling
|
||||
);
|
||||
numboosts--; // No afterimage!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue