mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-30 11:13:59 +00:00
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
/datum/design/item/hud/omni
|
|
name = "AR glasses"
|
|
id = "omnihud"
|
|
req_tech = list(TECH_MAGNET = 4, TECH_COMBAT = 3, TECH_BIO = 3)
|
|
materials = list(DEFAULT_WALL_MATERIAL = 1000, "glass" = 1000)
|
|
build_path = /obj/item/clothing/glasses/omnihud
|
|
sort_string = "EAAVA" |