Preventing bot AI from stalling SSmobs hopefully.

This commit is contained in:
MistakeNot4892
2023-07-03 01:55:30 +10:00
parent b7048d890d
commit 0a08f37fd2
+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))