Tweak sight flags on advanced camera consoles

This commit is contained in:
Tad Hardesty
2018-06-26 15:58:30 -07:00
parent f1b3462681
commit fa9d105ee0
@@ -159,7 +159,7 @@
/mob/camera/aiEye/remote/update_remote_sight(mob/living/user)
user.see_invisible = SEE_INVISIBLE_LIVING //can't see ghosts through cameras
user.sight = 0
user.sight = SEE_TURFS | SEE_BLACKNESS
user.see_in_dark = 2
return 1