From 8e7f15003bd611c44ce1c7830f8671fdb4b1cf48 Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Fri, 16 May 2014 11:57:59 -0700 Subject: [PATCH] Add circuit printer design for Space Pod mainboard. --- code/modules/research/designs.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 302161512c0..c00e98f1ef9 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -733,6 +733,15 @@ datum/design/honker_targ materials = list("$glass" = 2000, "sacid" = 20) build_path = "/obj/item/weapon/circuitboard/mecha/honker/targeting" +/datum/design/spacepod_main + name = "Circuit Design (Space Pod Mainboard)" + desc = "Allows for the construction of a Space Pod mainboard." + id = "spacepod_main" + req_tech = list("programming" = 4) + build_type = IMPRINTER + materials = list("$glass" = 2000, "sacid" = 20) + build_path = /obj/item/weapon/circuitboard/mecha/pod + //////////////////////////////////////// /////////// Mecha Equpment ///////////// ////////////////////////////////////////