From f62209028b12dcf0f432a46abc88b6a497dd056f Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Sun, 20 Mar 2016 11:30:37 -0400 Subject: [PATCH] Adds video cameras to autolathe --- code/modules/research/designs/autolathe_designs.dm | 8 ++++++++ 1 file changed, 8 insertions(+) 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"