Bots: Add Kitchen Sink to K_BotPickItemPriority

This commit is contained in:
Sally Coolatta 2023-05-15 19:08:54 -04:00
parent fc1f586f47
commit 728cd1bd7b
2 changed files with 2 additions and 1 deletions

View file

@ -285,7 +285,7 @@ void K_BotItemUsage(player_t *player, ticcmd_t *cmd, INT16 turnamt);
void K_BotPickItemPriority(player_t *player) void K_BotPickItemPriority(player_t *player)
Sets a bot's desired item classification Sets a bot's desired item classification
based on what they're , based on what is happening around them,
and delays based on their difficulty and delays based on their difficulty
intended to be run when starting a roulette. intended to be run when starting a roulette.

View file

@ -307,6 +307,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_KITCHENSINK:
{ {
// Used when in 1st place and relatively far from players. // Used when in 1st place and relatively far from players.
// Typically attack items that don't give you protection. // Typically attack items that don't give you protection.