Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound authored Oct 13, 2023
1 parent 7e27488 commit 6434999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_marines/dropship_equipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@
/obj/structure/dropship_equipment/electronics/landing_zone_detector/proc/connect_cameras()
if(linked_cam_console)
return
for(var/obj/structure/machinery/computer/cameras/dropship/Dropship_camera_console in range(5, loc))
linked_cam_console = Dropship_camera_console
for(var/obj/structure/machinery/computer/cameras/dropship/dropship_camera_console in range(5, loc))
linked_cam_console = dropship_camera_console
break
linked_cam_console.network.Add(CAMERA_NET_LANDING_ZONES)

Expand Down

0 comments on commit 6434999

Please sign in to comment.