mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Now includes observers and eyes in general
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user