Beepsky should no longer attempt to arrest himself.

Adds additional threat check.
This commit is contained in:
PsiOmega
2015-09-01 18:25:51 +02:00
parent fb670400a1
commit 6e2514d728
+1 -1
View File
@@ -336,7 +336,7 @@
path = list()
/mob/living/bot/secbot/proc/check_threat(var/mob/living/M)
if(!M || !istype(M) || M.stat)
if(!M || !istype(M) || M.stat || src == M)
return 0
if(emagged)