Merge branch 'slower-stone' into 'master'

Stone Shoe 80% -> 70% boostpower

See merge request kart-krew-dev/ring-racers-internal!2915
This commit is contained in:
AJ Martinez 2025-09-29 22:23:36 +00:00
commit 093cdb1043

View file

@ -3713,7 +3713,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.)