From 36dae0bfb5e307481e09fde301a101d403d33cce Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 30 Jan 2017 01:55:30 -0500 Subject: [PATCH] botany gene disks in R&D --- code/modules/research/designs/misc_designs.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/modules/research/designs/misc_designs.dm b/code/modules/research/designs/misc_designs.dm index 44aff0048d5..ea67fe5e809 100644 --- a/code/modules/research/designs/misc_designs.dm +++ b/code/modules/research/designs/misc_designs.dm @@ -11,6 +11,16 @@ build_path = /obj/item/weapon/disk/design_disk category = list("Miscellaneous") +/datum/design/diskplantgene + name = "Plant data disk" + desc = "A disk for storing plant genetic data." + id = "diskplantgene" + req_tech = list("programming" = 4, "biotech" = 3) + build_type = PROTOLATHE + materials = list(MAT_METAL=200, MAT_GLASS=100) + build_path = /obj/item/weapon/disk/plantgene + category = list("Miscellaneous") + /datum/design/intellicard name = "Intellicard" desc = "Allows for the construction of an intellicard."