From af8d5ffcf08b9aa871e2f508dbc1f8909d673f5b Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 22 Aug 2022 16:25:58 -0500 Subject: [PATCH] Fix protolathe displaying duplicate stock parts categories (#69286) Fix lathe duplicate stock parts categories The lathe was displaying duplicate stock part categories after the refactor in #69161. This should fix it. --- code/modules/research/machinery/protolathe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/machinery/protolathe.dm b/code/modules/research/machinery/protolathe.dm index 2f8c31951c1..5a6cb1fae9b 100644 --- a/code/modules/research/machinery/protolathe.dm +++ b/code/modules/research/machinery/protolathe.dm @@ -8,7 +8,7 @@ RND_CATEGORY_MEDICAL_DESIGNS, RND_CATEGORY_BLUESPACE_DESIGNS, RND_CATEGORY_STOCK_PARTS, - RND_CATEGORY_STOCK_PARTS, + RND_CATEGORY_EQUIPMENT, RND_CATEGORY_TOOL_DESIGNS, RND_CATEGORY_MINING_DESIGNS, RND_CATEGORY_ELECTRONICS,