mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Un-re-buff wavedash boost because tripwire
This commit is contained in:
parent
3463456976
commit
06f583a15d
1 changed files with 1 additions and 1 deletions
|
|
@ -3110,7 +3110,7 @@ static void K_GetKartBoostPower(player_t *player)
|
|||
if (player->sliptideZipBoost)
|
||||
{
|
||||
// NB: This is intentionally under the 25% threshold required to initiate a sliptide
|
||||
ADDBOOST(9*FRACUNIT/10, 4*FRACUNIT, 2*SLIPTIDEHANDLING/5); // + 90% top speed, + 400% acceleration, +20% handling
|
||||
ADDBOOST(8*FRACUNIT/10, 4*FRACUNIT, 2*SLIPTIDEHANDLING/5); // + 80% top speed, + 400% acceleration, +20% handling
|
||||
}
|
||||
|
||||
if (player->spindashboost) // Spindash boost
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue