mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
Merge pull request #9137 from MistakeNot4892/bots
Preventing bot AI from stalling SSmobs hopefully.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user