mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
@@ -785,7 +785,7 @@
|
||||
for (var/datum/camerachunk/chunk as anything in eyeobj.visibleCameraChunks)
|
||||
for (var/z_key in chunk.cameras)
|
||||
for(var/obj/machinery/camera/camera as anything in chunk.cameras[z_key])
|
||||
if (!camera.can_use() || get_dist(camera, src) > 7 || !camera.internal_light)
|
||||
if (!camera.can_use() || get_dist(camera, eyeobj) > 7 || !camera.internal_light)
|
||||
continue
|
||||
visible |= camera
|
||||
|
||||
|
||||
Reference in New Issue
Block a user