diff --git a/_maps/map_files/cyberiad/cyberiad.dmm b/_maps/map_files/cyberiad/cyberiad.dmm index 8382f800369..d046e4fb402 100644 --- a/_maps/map_files/cyberiad/cyberiad.dmm +++ b/_maps/map_files/cyberiad/cyberiad.dmm @@ -35447,7 +35447,6 @@ /area/library) "bmF" = ( /obj/structure/cult/archives, -/obj/item/videocam, /obj/machinery/light_switch{ pixel_y = -25 }, diff --git a/code/game/jobs/job/support.dm b/code/game/jobs/job/support.dm index 4a8f7d65980..9a70beaae31 100644 --- a/code/game/jobs/job/support.dm +++ b/code/game/jobs/job/support.dm @@ -421,6 +421,8 @@ r_pocket = /obj/item/barcodescanner l_hand = /obj/item/storage/bag/books pda = /obj/item/pda/librarian + backpack_contents = list( + /obj/item/videocam = 1) /datum/job/barber title = "Barber" diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 0bcdd3ba40d..2e7c668a83f 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -872,14 +872,6 @@ build_path = /obj/item/assembly/mousetrap category = list("initial", "Miscellaneous") -/datum/design/videocam - name = "Video Camera" - id = "videocam" - build_type = AUTOLATHE - materials = list(MAT_METAL = 120, MAT_GLASS = 60) - build_path = /obj/item/videocam - category = list("initial", "Miscellaneous") - /datum/design/logic_board name = "Logic Circuit" id = "logic_board"