From 4e5296438c9036499c3233715bb3ca9f3cc32dd6 Mon Sep 17 00:00:00 2001 From: SiliconMain <65544193+SiliconMain@users.noreply.github.com> Date: Fri, 25 Sep 2020 09:46:11 -0500 Subject: [PATCH] Update tool_designs.dm --- code/modules/research/designs/tool_designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs/tool_designs.dm b/code/modules/research/designs/tool_designs.dm index 4fe07cb02f..5ef050efe9 100644 --- a/code/modules/research/designs/tool_designs.dm +++ b/code/modules/research/designs/tool_designs.dm @@ -97,7 +97,7 @@ desc = "A new advanced atmospheric analyzer design, capable of performing scans at long range." id = "ranged_analyzer" build_type = PROTOLATHE - materials = list(/datum/material/iron = 400, /datum/material/glass = 1000, /datum/material/uranium = 800, /datum/material/gold = 200, /datum/material/plastic = 200) + materials = list(/datum/material/iron = 400, /datum/material/glass = 1000, /datum/material/uranium = 800, /datum/material/gold = 200, /datum/material/diamond = 50) build_path = /obj/item/analyzer/ranged category = list("Tool Designs") departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING