mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Bots know about stone shoe
Added KITEM_STONESHOE to K_GetBotItemPriority, bots will use it as a frontrunner item
This commit is contained in:
parent
ba96b10111
commit
7efc7b97a7
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ botItemPriority_e K_GetBotItemPriority(kartitems_t result)
|
||||||
case KITEM_DROPTARGET:
|
case KITEM_DROPTARGET:
|
||||||
case KITEM_EGGMAN:
|
case KITEM_EGGMAN:
|
||||||
case KITEM_GACHABOM:
|
case KITEM_GACHABOM:
|
||||||
|
case KITEM_STONESHOE:
|
||||||
case KITEM_KITCHENSINK:
|
case KITEM_KITCHENSINK:
|
||||||
{
|
{
|
||||||
// Used when in 1st place and relatively far from players.
|
// Used when in 1st place and relatively far from players.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue