From 0a08f37fd211a8685b8472c8106c6dd12a484772 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Mon, 3 Jul 2023 01:55:30 +1000 Subject: [PATCH] Preventing bot AI from stalling SSmobs hopefully. --- code/modules/mob/living/bot/bot.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/bot/bot.dm b/code/modules/mob/living/bot/bot.dm index 6fb9f2505b..842e8f8bc7 100644 --- a/code/modules/mob/living/bot/bot.dm +++ b/code/modules/mob/living/bot/bot.dm @@ -191,6 +191,7 @@ handleFrustrated(0) /mob/living/bot/proc/handleAI() + set waitfor = FALSE if(ignore_list.len) for(var/atom/A in ignore_list) if(!A || !A.loc || prob(1))