Buffed neutral drift speed

This commit is contained in:
Sally Coolatta 2025-04-29 01:22:13 -04:00
parent f9d0cfa1af
commit 4730c166d8

View file

@ -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!