mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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_EGGMAN:
|
||||
case KITEM_GACHABOM:
|
||||
case KITEM_STONESHOE:
|
||||
case KITEM_KITCHENSINK:
|
||||
{
|
||||
// Used when in 1st place and relatively far from players.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue