mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
093cdb1043
1 changed files with 1 additions and 1 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue