Skip to content

Commit

Permalink
Update code/game/machinery/camera/camera.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SabreML <[email protected]>
  • Loading branch information
ihatethisengine and SabreML committed Apr 5, 2024
1 parent 41f39f4 commit b2f0107
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/game/machinery/camera/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,9 @@ GLOBAL_LIST_EMPTY_TYPED(all_cameras, /obj/structure/machinery/camera)
colony_camera_mapload = FALSE
var/linked_broadcasting

/obj/structure/machinery/camera/correspondent/Initialize(mapload, c_tag_name)
c_tag = c_tag_name
/obj/structure/machinery/camera/correspondent/Initialize(mapload, obj/item/device/camera/broadcasting/camera_item)
c_tag = camera_item.get_broadcast_name()
linked_broadcasting = camera_item
return ..()

/obj/structure/machinery/camera/mortar
Expand Down

0 comments on commit b2f0107

Please sign in to comment.