From fbd3438b5e3a178b6d051701fd93c6bcb83ea923 Mon Sep 17 00:00:00 2001 From: Jerry Wester Date: Wed, 15 Jan 2025 14:32:55 -0700 Subject: [PATCH] guess I gotta update the id field too or there's a runtime or smth --- .../autolathe_desings/autolathe_designs_sec_and_hacked.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/autolathe_desings/autolathe_designs_sec_and_hacked.dm b/code/modules/research/designs/autolathe_desings/autolathe_designs_sec_and_hacked.dm index bc0dd1e79e..1c8bd86a31 100644 --- a/code/modules/research/designs/autolathe_desings/autolathe_designs_sec_and_hacked.dm +++ b/code/modules/research/designs/autolathe_desings/autolathe_designs_sec_and_hacked.dm @@ -50,7 +50,7 @@ build_path = /obj/item/flamethrower/full category = list("hacked", "Security") -/datum/design/rcd_autolathe +/datum/design/rcd name = "Rapid Construction Device (RCD)" id = "rcd" build_type = AUTOLATHE | NO_PUBLIC_LATHE @@ -60,7 +60,7 @@ /datum/design/rpd_autolathe name = "Rapid Pipe Dispenser (RPD)" - id = "rpd" + id = "rpd_autolathe" build_type = AUTOLATHE | NO_PUBLIC_LATHE materials = list(/datum/material/iron = 75000, /datum/material/glass = 37500) build_path = /obj/item/pipe_dispenser