From 66dfd83c917fa8f58964169b5a0bf17a7f07cb0c Mon Sep 17 00:00:00 2001 From: ComicIronic Date: Mon, 16 Feb 2015 23:12:43 +0000 Subject: [PATCH] Commented out the design. --- code/modules/research/designs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 2a648a7d2de..170d88e83e9 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -1871,6 +1871,7 @@ k build_path = /obj/item/device/mmi/radio_enabled category = "Misc" +/* /datum/design/mami name = "Machine-Man Interface" desc = "A synthetic brain interface intended to give silicon-based minds control of organic tissue." @@ -1879,6 +1880,7 @@ k build_type = PROTOLATHE materials = list("$iron" = 5000, "$glass" = 500, "$gold" = 500, "$silver" = 500) build_path = /obj/item/organ/brain/mami +*/ /datum/design/synthetic_flash name = "Synthetic Flash"