diff --git a/code/game/camera_manager/camera_manager.dm b/code/game/camera_manager/camera_manager.dm index 95292830d49b..b7cd9ea9d08f 100644 --- a/code/game/camera_manager/camera_manager.dm +++ b/code/game/camera_manager/camera_manager.dm @@ -191,6 +191,9 @@ else if(istype(current.loc, /obj/item/clothing/head/helmet/marine)) var/obj/item/clothing/head/helmet/marine/helmet = current.loc cam_location = helmet.loc + else if(istype(current.loc, /obj/item/device/overwatch_camera)) + var/obj/item/device/overwatch_camera/cam_gear = current.loc + cam_location = cam_gear.loc // 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.