From 8cb24a750d2082dba6cb2c7e01d30dc7f2521f83 Mon Sep 17 00:00:00 2001 From: CMDR Youth Date: Thu, 9 Jul 2026 19:39:15 -0400 Subject: [PATCH] Accessible Weld Goggs Fix (#19585) * Welding Goggles Autolathe, Gravitons Cargolathe Adds Welding Goggles to the Autolathe. Adds Graviton Goggles to the Cargo Protolathe. * Readds "goggles" Who the fuck keeps randomly deleting things out of my commits * Fixes Welding Goggles in Autolathe Was missing " RND_CATEGORY_INITIAL, " after " category = list( " and so was never added to list by default. * Update engi_nodes.dm --------- Co-authored-by: Cameron Lennox --- code/modules/research/tg/designs/equipment_designs.dm | 1 + code/modules/research/tg/techwebs/nodes/engi_nodes.dm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/research/tg/designs/equipment_designs.dm b/code/modules/research/tg/designs/equipment_designs.dm index 10ed4775f6a..6271c1f67a4 100644 --- a/code/modules/research/tg/designs/equipment_designs.dm +++ b/code/modules/research/tg/designs/equipment_designs.dm @@ -423,6 +423,7 @@ materials = list(MAT_STEEL = MATERIAL_COST(1), MAT_GLASS = MATERIAL_COST(0.75)) build_path = /obj/item/clothing/glasses/welding category = list( + RND_CATEGORY_INITIAL, RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_ENGINEERING ) departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_ENGINEERING diff --git a/code/modules/research/tg/techwebs/nodes/engi_nodes.dm b/code/modules/research/tg/techwebs/nodes/engi_nodes.dm index 8495090b4e8..99caf7343f7 100644 --- a/code/modules/research/tg/techwebs/nodes/engi_nodes.dm +++ b/code/modules/research/tg/techwebs/nodes/engi_nodes.dm @@ -187,6 +187,7 @@ // "rwd", "cable_coil", "welding_helmet", + "welding_goggles", "welding_tool", "mini_welding_tool", "multitool", @@ -251,7 +252,6 @@ "gyrotron", "supermatter_core_manager", "supermatter_injector_control", - "welding_goggles", "electric_welding_tool", // "tray_goggles", // "geigercounter",