Files
CHOMPStation2/code/game/gamemodes/technomancer/equipment_ch.dm
2024-02-16 10:54:47 +01:00

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.