From 7efc7b97a7adaf2345dfbd6b540c1baf00ecdde7 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Wed, 11 Jun 2025 17:30:03 -0400 Subject: [PATCH] Bots know about stone shoe Added KITEM_STONESHOE to K_GetBotItemPriority, bots will use it as a frontrunner item --- src/k_roulette.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/k_roulette.c b/src/k_roulette.c index 229e95954..ab97aeed6 100644 --- a/src/k_roulette.c +++ b/src/k_roulette.c @@ -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.