From a7deb7e6aa7bdb1440d06442a0ee2cdcccec73c8 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sun, 5 Jun 2016 22:16:50 -0500 Subject: [PATCH] Removes the science requirements from creating prosthetic torsos and heads --- code/modules/research/prosfab_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/prosfab_designs.dm b/code/modules/research/prosfab_designs.dm index c12434536b..14ca11d89b 100644 --- a/code/modules/research/prosfab_designs.dm +++ b/code/modules/research/prosfab_designs.dm @@ -50,7 +50,7 @@ /datum/design/item/prosfab/pros/torso time = 35 materials = list(DEFAULT_WALL_MATERIAL = 60000, "glass" = 10000, "plasteel" = 2000) - req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3) +// req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3) //Saving the values just in case var/gender = MALE /datum/design/item/prosfab/pros/torso/male @@ -73,7 +73,7 @@ build_path = /obj/item/organ/external/head time = 30 materials = list(DEFAULT_WALL_MATERIAL = 25000, "glass" = 5000, "plasteel" = 1000) - req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3) +// req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3) //Saving the values just in case /datum/design/item/prosfab/pros/l_arm name = "Prosthetic left arm"