Skip to content

Commit

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

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

/obj/structure/machinery/camera/mortar
alpha = 0
Expand Down

0 comments on commit 894a8ab

Please sign in to comment.