From 636bcd874591899ee79f8df82d10a0781f779afd Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 30 May 2016 02:36:58 -0400 Subject: [PATCH] Sad that I have to do this. --- code/modules/research/prosfab_designs.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/research/prosfab_designs.dm b/code/modules/research/prosfab_designs.dm index a0efd8ebe2..c12434536b 100644 --- a/code/modules/research/prosfab_designs.dm +++ b/code/modules/research/prosfab_designs.dm @@ -48,7 +48,6 @@ //////////////////// Prosthetics //////////////////// /datum/design/item/prosfab/pros/torso - build_path = /obj/item/organ/external/chest time = 35 materials = list(DEFAULT_WALL_MATERIAL = 60000, "glass" = 10000, "plasteel" = 2000) req_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 3, TECH_DATA = 3) @@ -57,11 +56,15 @@ /datum/design/item/prosfab/pros/torso/male name = "FBP torso (M)" id = "pros_torso_m" + build_path = /obj/item/organ/external/chest gender = MALE +/obj/item/organ/external/chest/f //To satisfy Travis. :| + /datum/design/item/prosfab/pros/torso/female name = "FBP torso (F)" id = "pros_torso_f" + build_path = /obj/item/organ/external/chest/f gender = FEMALE /datum/design/item/prosfab/pros/head