parent
d7c9aafd2b
commit
06dceedef9
1 changed files with 1 additions and 1 deletions
|
|
@ -1229,7 +1229,7 @@ static void K_BotItemRings(player_t *player, ticcmd_t *cmd)
|
|||
return;
|
||||
}
|
||||
|
||||
if (player->speed < K_GetKartSpeed(player, false, true) / 2 // Being slowed down too much
|
||||
if (player->speed < (K_GetKartSpeed(player, false, true) * 9) / 10 // Being slowed down too much
|
||||
|| player->speedboost > (FRACUNIT/5)) // Have another type of boost (tethering)
|
||||
{
|
||||
saferingsval -= 5;
|
||||
|
|
|
|||
Loading…
Reference in a new issue