Now includes observers and eyes in general

This commit is contained in:
ItsSelis
2022-06-29 00:43:02 +02:00
parent 52c6c73463
commit 855e9fefde
+1 -1
View File
@@ -312,7 +312,7 @@
// continue
if(!AM.simulated)
continue
if(istype(AM, /mob/observer/eye/aiEye))
if(isobserver(AM) || isEye(AM))
continue
if(isliving(AM))
var/mob/living/bug = AM