mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
Revert "Set back to 100%+ top speed, but w/ everything else kept the same"
This reverts commit e4f51ada15.
This commit is contained in:
parent
e4f51ada15
commit
3a21f60ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -3293,7 +3293,7 @@ static void K_GetKartBoostPower(player_t *player)
|
|||
|
||||
if (player->gateBoost) // SPB Juicebox boost
|
||||
{
|
||||
ADDBOOST(FRACUNIT, 4*FRACUNIT, sliptidehandling/2); // + 100% top speed, + 400% acceleration, +25% handling
|
||||
ADDBOOST(3*FRACUNIT/4, 4*FRACUNIT, sliptidehandling/2); // + 75% top speed, + 400% acceleration, +25% handling
|
||||
}
|
||||
|
||||
if (player->ringboost) // Ring Boost
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue