Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Apr 5, 2024
1 parent 894a8ab commit a2beee5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/game/machinery/camera/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,12 @@ GLOBAL_LIST_EMPTY_TYPED(all_cameras, /obj/structure/machinery/camera)
unslashable = TRUE
unacidable = TRUE
colony_camera_mapload = FALSE
var/linked_broadcasting
var/obj/item/device/camera/broadcasting/linked_broadcasting

/obj/structure/machinery/camera/correspondent/New(loc, obj/item/device/camera/broadcasting/camera_item)
/obj/structure/machinery/camera/correspondent/Initialize(mapload, obj/item/device/camera/broadcasting/camera_item)
. = ..()
if(!camera_item)
return INITIALIZE_HINT_QDEL
c_tag = camera_item.get_broadcast_name()
linked_broadcasting = camera_item

Expand Down

0 comments on commit a2beee5

Please sign in to comment.