From f2a86f2c428f087f5ba1a2c143dc7e265dae8b1f Mon Sep 17 00:00:00 2001 From: lolman360 <22850904+lolman360@users.noreply.github.com> Date: Tue, 18 Aug 2020 14:23:09 +1000 Subject: [PATCH] Update medical_designs.dm --- .../research/designs/medical_designs.dm | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm index e177fd0aec..0a9fce2e67 100644 --- a/code/modules/research/designs/medical_designs.dm +++ b/code/modules/research/designs/medical_designs.dm @@ -969,7 +969,7 @@ id = "acclimator" build_type = PROTOLATHE materials = list(/datum/material/iron = 1000, /datum/material/glass = 500) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/acclimator category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -980,7 +980,7 @@ id = "disposer" build_type = PROTOLATHE materials = list(/datum/material/iron = 500, /datum/material/glass = 100) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/disposer category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -991,7 +991,7 @@ id = "plumb_filter" build_type = PROTOLATHE materials = list(/datum/material/iron = 1000, /datum/material/glass = 500) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/filter category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1002,7 +1002,7 @@ id = "plumb_synth" build_type = PROTOLATHE materials = list(/datum/material/iron = 5000, /datum/material/glass = 1000, /datum/material/plastic = 1000) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/synthesizer category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1013,7 +1013,7 @@ id = "plumb_grinder" build_type = PROTOLATHE materials = list(/datum/material/iron = 2000, /datum/material/glass = 1500) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/grinder_chemical category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1024,7 +1024,7 @@ id = "reaction_chamber" build_type = PROTOLATHE materials = list(/datum/material/iron = 1000, /datum/material/glass = 500) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/reaction_chamber category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1046,7 +1046,7 @@ id = "plumb_splitter" build_type = PROTOLATHE materials = list(/datum/material/iron = 750, /datum/material/glass = 250) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/splitter category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1057,7 +1057,7 @@ id = "pill_press" build_type = PROTOLATHE materials = list(/datum/material/iron = 1000, /datum/material/glass = 500) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/pill_press category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1068,7 +1068,7 @@ id = "plumb_pump" build_type = PROTOLATHE materials = list(/datum/material/iron = 1000, /datum/material/glass = 500) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/liquid_pump category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1079,7 +1079,7 @@ id = "plumb_in" build_type = PROTOLATHE materials = list(/datum/material/iron = 400, /datum/material/glass = 400) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/input category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1090,7 +1090,7 @@ id = "plumb_out" build_type = PROTOLATHE materials = list(/datum/material/iron = 400, /datum/material/glass = 400) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/output category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE @@ -1101,7 +1101,7 @@ id = "plumb_tank" build_type = PROTOLATHE materials = list(/datum/material/iron = 10000, /datum/material/glass = 10000, /datum/material/plastic = 4000) - construction_time = 75 + construction_time = 15 build_path = /obj/machinery/plumbing/tank category = list("Misc","Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE