Bots know about stone shoe

Added KITEM_STONESHOE to K_GetBotItemPriority, bots will use it as a frontrunner item
This commit is contained in:
VelocitOni 2025-06-11 17:30:03 -04:00
parent ba96b10111
commit 7efc7b97a7

View file

@ -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.