mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-12 07:32:33 +01:00
5cb8ce4e4e
Loadout Addition, Item addition and sprite addition
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
/datum/gear/eyes/arglasses/visor
|
|
display_name = "AR visor"
|
|
path = /obj/item/clothing/glasses/omnihud/visor
|
|
cost = 0
|
|
|
|
|
|
/datum/gear/eyes/arglasses/visor/New()
|
|
..()
|
|
gear_tweaks = list(gear_tweak_free_color_choice) |