From 161e1c42cb6bed9ca7af062df4f7fd091f0299b7 Mon Sep 17 00:00:00 2001
From: Shane Ellis <cobaltbw@gmail.com>
Date: Fri, 15 Jan 2021 17:29:15 -0500
Subject: [PATCH] Update p_enemy.c

---
 src/p_enemy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/p_enemy.c b/src/p_enemy.c
index 203e04af12..637eba83fe 100644
--- a/src/p_enemy.c
+++ b/src/p_enemy.c
@@ -743,7 +743,7 @@ boolean P_LookForPlayers(mobj_t *actor, boolean allaround, boolean tracer, fixed
 		if (player->mo->health <= 0)
 			continue; // dead
 
-		if (player->bot)
+		if (player->bot && player->bot != 3)
 			continue; // ignore bots
 
 		if (player->quittime)
-- 
GitLab