diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index aa9437d13e5..28313e6e4f1 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -251,6 +251,14 @@ build_path = /obj/item/device/assembly/voice 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/device/videocam + category = list("initial", "Miscellaneous") + /datum/design/canvas name = "11px by 11px Canvas" id = "canvas"