mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
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 <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
fdd4088c6b
commit
8cb24a750d
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user