From 3f5d4ad83519e8c7a2dd8e20a0c1be86792adecf Mon Sep 17 00:00:00 2001 From: r4d6 Date: Fri, 3 Jan 2020 03:13:03 -0500 Subject: [PATCH] remove a duplicate comment --- code/modules/research/designs/misc_designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs/misc_designs.dm b/code/modules/research/designs/misc_designs.dm index 5ae33a4752..a75a8697fd 100644 --- a/code/modules/research/designs/misc_designs.dm +++ b/code/modules/research/designs/misc_designs.dm @@ -444,7 +444,7 @@ desc = "A tool that can construct and deconstruct pipes on the fly." id = "rpd" build_type = PROTOLATHE - materials = list(/datum/material/iron = 75000, /datum/material/glass = 37500) // costs more than what it did in the autolathe, this one comes loaded. + materials = list(/datum/material/iron = 75000, /datum/material/glass = 37500) build_path = /obj/item/construction/rcd/loaded category = list("Equipment") departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING