From 3a21f60ce1a7637688908253c2d1993059f1e051 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Thu, 22 Sep 2022 00:23:31 -0400 Subject: [PATCH] Revert "Set back to 100%+ top speed, but w/ everything else kept the same" This reverts commit e4f51ada155c7a7a55607e6a5e3612c37fd860ad. --- src/k_kart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.c b/src/k_kart.c index 6a93a1b8a..ee7b0b62b 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -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