mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase bot max top speed now that everything around it is fixed lol
This commit is contained in:
parent
c7caf7ab44
commit
40958073e3
1 changed files with 2 additions and 2 deletions
|
|
@ -430,8 +430,8 @@ fixed_t K_BotTopSpeedRubberband(player_t *player)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Max at +10% for level 9 bots
|
// Max at +20% for level 9 bots
|
||||||
rubberband = FRACUNIT + ((rubberband - FRACUNIT) / 10);
|
rubberband = FRACUNIT + ((rubberband - FRACUNIT) / 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only allow you to go faster than your regular top speed if you're facing the right direction
|
// Only allow you to go faster than your regular top speed if you're facing the right direction
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue