Merge pull request #9137 from MistakeNot4892/bots

Preventing bot AI from stalling SSmobs hopefully.
This commit is contained in:
Atermonera
2023-07-02 12:33:35 -08:00
committed by GitHub
+1
View File
@@ -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))