mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 11:32:24 +00:00
Stone Shoe 80% -> 70% boostpower
This commit is contained in:
parent
06626c9b0d
commit
0badaed11d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue