From 827ae86b49a77d2297b677fd70f1fe5fc7a3563b Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 19 Jun 2018 09:25:54 +0200 Subject: [PATCH] Adding bioadapnif to Protolathe This change should in theory add the Bioadaptive NIF to the protolathe. --- code/modules/research/designs_vr.dm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/code/modules/research/designs_vr.dm b/code/modules/research/designs_vr.dm index e074323cbd..13d6d0dd2f 100644 --- a/code/modules/research/designs_vr.dm +++ b/code/modules/research/designs_vr.dm @@ -92,13 +92,21 @@ build_path = /obj/item/device/nif sort_string = "HABBC" +/datum/design/item/nifbio + name = "bioadaptive NIF" + id = "bioadaptive nif" + req_tech = list(TECH_MAGNET = 5, TECH_BLUESPACE = 5, TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_DATA = 5, TECH_BIO = 5) + materials = list(DEFAULT_WALL_MATERIAL = 5000, "glass" = 8000, "uranium" = 6000, "diamond" = 6000) + build_path = /obj/item/device/nif/bioadap + sort_string = "HABBD" + /datum/design/item/nifrepairtool name = "adv. NIF repair tool" id = "anrt" req_tech = list(TECH_MAGNET = 5, TECH_BLUESPACE = 5, TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_DATA = 5) materials = list(DEFAULT_WALL_MATERIAL = 200, "glass" = 3000, "uranium" = 2000, "diamond" = 2000) build_path = /obj/item/device/nifrepairer - sort_string = "HABBD" + sort_string = "HABBE" // Resleeving Circuitboards