mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 04:08:55 +01:00
[MIRROR] Accessible Weld Goggs & Gravitons (#12876)
Co-authored-by: CMDR Youth <Fremen1@Gmail.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ce18833ff0
commit
bb13f22105
@@ -226,7 +226,7 @@
|
||||
category = list(
|
||||
RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_ENGINEERING
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE
|
||||
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_CARGO
|
||||
|
||||
/datum/design_techweb/hud/omni
|
||||
name = "AR glasses"
|
||||
@@ -419,7 +419,7 @@
|
||||
name = "welding goggles"
|
||||
desc = "Protects the eyes from welders, approved by the mad scientist association."
|
||||
id = "welding_goggles"
|
||||
build_type = PROTOLATHE
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
materials = list(MAT_STEEL = 2000, MAT_GLASS = 1500)
|
||||
build_path = /obj/item/clothing/glasses/welding
|
||||
category = list(
|
||||
|
||||
Reference in New Issue
Block a user