diff --git a/src/k_bot.c b/src/k_bot.c index f64904866..0b8c75371 100644 --- a/src/k_bot.c +++ b/src/k_bot.c @@ -1278,6 +1278,12 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd) return; } + if (botController != NULL && (botController->flags & ML_EFFECT2)) + { + // Disable bot controls entirely. + return; + } + destangle = player->mo->angle; if (botController != NULL && (botController->flags & ML_EFFECT1))