From 0c3f3e84ef3ca9d23db1114e8a0b90b6f42c3dad Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 7 Jan 2013 14:51:06 -0800 Subject: [PATCH] Whoops, forgot to add the designs.dm file. --- code/modules/research/designs.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 8cd28f8c536..69aebdda8d3 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -587,6 +587,16 @@ datum/design/paicard materials = list("$glass" = 500, "$metal" = 500) build_path = "/obj/item/device/paicard" +datum/design/paicard + name = "Positronic Brain" + desc = "Allows for the construction of a positronic brain" + id = "posibrain" + req_tech = list("engineering" = 4, "materials" = 4, "bluespace" = 2, "programming" = 6) + + build_type = PROTOLATHE + materials = list("$metal" = 2000, "$glass" = 1000, "$silver" = 1000, "$gold" = 500, "$plasma" = 500, "$diamond" = 100) + build_path = "/obj/item/device/posibrain" + /////////////////////////////////// //////////Mecha Module Disks/////// ///////////////////////////////////