From 8356dbf20a0defb1f3b9456f50812eeb75b38716 Mon Sep 17 00:00:00 2001 From: lolman360 <22850904+lolman360@users.noreply.github.com> Date: Tue, 18 Aug 2020 13:26:32 +1000 Subject: [PATCH] Update medical_designs.dm --- code/modules/research/designs/medical_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm index 8b322cea0d..e177fd0aec 100644 --- a/code/modules/research/designs/medical_designs.dm +++ b/code/modules/research/designs/medical_designs.dm @@ -1001,7 +1001,7 @@ desc = "Using standard mass-energy dynamic autoconverters, generates reagents from power and puts them in a pipe." id = "plumb_synth" build_type = PROTOLATHE - materials = list(/datum/material/iron = 5000, /datum/material/glass = 1000, MAT_PLASTIC = 1000) + materials = list(/datum/material/iron = 5000, /datum/material/glass = 1000, /datum/material/plastic = 1000) construction_time = 75 build_path = /obj/machinery/plumbing/synthesizer category = list("Misc","Medical Designs") @@ -1100,7 +1100,7 @@ desc = "A tank for storing plumbed reagents." id = "plumb_tank" build_type = PROTOLATHE - materials = list(/datum/material/iron = 10000, /datum/material/glass = 10000, MAT_PLASTIC = 4000) + materials = list(/datum/material/iron = 10000, /datum/material/glass = 10000, /datum/material/plastic = 4000) construction_time = 75 build_path = /obj/machinery/plumbing/tank category = list("Misc","Medical Designs")