Merge branch 'Sandstorm-Station:master' into master

This commit is contained in:
BongaTheProto
2024-01-09 17:50:17 -05:00
committed by GitHub
3 changed files with 13 additions and 11 deletions
@@ -144,8 +144,8 @@
var/list/visible_turfs = list()
// Is this camera located in or attached to a living thing? If so, assume the camera's loc is the living thing.
var/cam_location = isliving(active_camera.loc) ? active_camera.loc : active_camera
// Need to get camera's location or it
var/cam_location = get_atom_on_turf(active_camera)
// If we're not forcing an update for some reason and the cameras are in the same location,
// we don't need to update anything.