diff --git a/src/k_botitem.cpp b/src/k_botitem.cpp index 4c2c14837..056c0d4aa 100644 --- a/src/k_botitem.cpp +++ b/src/k_botitem.cpp @@ -1497,6 +1497,13 @@ static void K_BotItemInstashield(const player_t *player, ticcmd_t *cmd) return; } + if (player->botvars.difficulty <= 7) + { + // Weak players don't whip. + // Weak bots don't either. + return; + } + // Find players within the instashield's range. for (i = 0; i < MAXPLAYERS; i++) {