Stone Shoe 80% -> 70% boostpower

This commit is contained in:
Antonio Martinez 2025-09-28 20:33:55 -04:00
parent 06626c9b0d
commit 0badaed11d

View file

@ -3703,7 +3703,7 @@ static void K_GetKartBoostPower(player_t *player)
boostpower = (4*boostpower)/5;
if (player->stonedrag)
boostpower = (4*boostpower)/5;
boostpower = (70*boostpower)/100;
// Note: Handling will ONLY stack when sliptiding!
// > (NB 2023-03-06: This was previously unintentionally applied while drifting as well.)