mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Beepsky should no longer attempt to arrest himself.
Adds additional threat check.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user