mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove acceleration buff from blue spheres
This commit is contained in:
parent
0441990abd
commit
c911ae51dd
1 changed files with 0 additions and 6 deletions
|
|
@ -3208,12 +3208,6 @@ fixed_t K_GetKartAccel(player_t *player)
|
|||
|
||||
k_accel += 17 * (9 - player->kartspeed); // 121 - 257
|
||||
|
||||
if (player->spheres > 0)
|
||||
{
|
||||
fixed_t sphereAdd = (FRACUNIT/10); // 500% at max
|
||||
k_accel = FixedMul(k_accel, FRACUNIT + (sphereAdd * player->spheres));
|
||||
}
|
||||
|
||||
return FixedMul(k_accel, (FRACUNIT + player->accelboost) / 4);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue