mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +00:00
Bots: 1st place holds OD
This commit is contained in:
parent
c6a9228b2b
commit
19d648f1bb
1 changed files with 5 additions and 1 deletions
|
|
@ -1433,7 +1433,11 @@ static void K_BotItemRings(const player_t *player, ticcmd_t *cmd)
|
|||
{
|
||||
ZoneScoped;
|
||||
|
||||
INT32 saferingsval = 16 - K_GetKartRingPower(player, false) - (player->amps/2);
|
||||
INT32 overdrivepreference = player->amps/3;
|
||||
if (player->position <= 1)
|
||||
overdrivepreference = 0;
|
||||
|
||||
INT32 saferingsval = 16 - K_GetKartRingPower(player, false) - overdrivepreference;
|
||||
|
||||
if (leveltime < starttime)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue