mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 10:11:12 +00:00
Nerf speeds slightly
This commit is contained in:
parent
27f36f208c
commit
ebd777fe8b
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ fixed_t K_GetKartSpeed(player_t *player, boolean doboostpower)
|
|||
break;
|
||||
}
|
||||
|
||||
k_speed += player->kartspeed*5; // 155 - 195
|
||||
k_speed += player->kartspeed*3; // 153 - 177
|
||||
|
||||
if (doboostpower)
|
||||
return FixedMul(FixedMul(k_speed<<14, g_cc), K_GetKartBoostPower(player, true));
|
||||
|
|
Loading…
Reference in a new issue