From 51ae1dddaa747e30a544e79de1891ab1b38eec75 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Tue, 3 Jan 2012 18:20:11 +0000 Subject: [PATCH] Trying to print the new telecomm machine boards shouldn't crash the R&D machines now. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2908 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/research/designs.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 2d80a87d292..b996272b8ea 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -489,6 +489,7 @@ datum req_tech = list("programming" = 4, "engineering" = 3, "bluespace" = 2) build_type = IMPRINTER materials = list("$glass" = 2000, "acid" = 20) + build_path = "/obj/item/weapon/circuitboard/telecomms/receiver" telecomms_bus name = "Circuit Design (Bus Mainframe)" @@ -497,6 +498,7 @@ datum req_tech = list("programming" = 4, "engineering" = 4) build_type = IMPRINTER materials = list("$glass" = 2000, "acid" = 20) + build_path = "/obj/item/weapon/circuitboard/telecomms/bus" telecomms_processor name = "Circuit Design (Processor Unit)" @@ -505,6 +507,7 @@ datum req_tech = list("programming" = 4, "engineering" = 4) build_type = IMPRINTER materials = list("$glass" = 2000, "acid" = 20) + build_path = "/obj/item/weapon/circuitboard/telecomms/processor" telecomms_server name = "Circuit Design (Subspace Receiver)" @@ -513,6 +516,7 @@ datum req_tech = list("programming" = 4, "engineering" = 4) build_type = IMPRINTER materials = list("$glass" = 2000, "acid" = 20) + build_path = "/obj/item/weapon/circuitboard/telecomms/server" subspace_broadcaster name = "Circuit Design (Subspace Broadcaster)" @@ -521,6 +525,7 @@ datum req_tech = list("programming" = 4, "engineering" = 4, "bluespace" = 2) build_type = IMPRINTER materials = list("$glass" = 2000, "acid" = 20) + build_path = "/obj/item/weapon/circuitboard/telecomms/broadcaster" ///////////////////////////////////