mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
9 lines
386 B
Plaintext
9 lines
386 B
Plaintext
/obj/item/clothing/glasses/monocoole
|
|
name = "The Monocoole"
|
|
desc = "One heck of a stylish monocle. This one lets you see a little farther..."
|
|
icon_state = "monocle"
|
|
action_button_name = "Toggle Goggles"
|
|
origin_tech = list(TECH_MAGNET = 6, TECH_ENGINEERING = 6)
|
|
toggleable = 1
|
|
vision_flags = SEE_TURFS|SEE_MOBS|SEE_OBJS
|
|
prescription = 1 // So two versions of these aren't needed. |