Files
CHOMPStation2/code/game/gamemodes/technomancer/equipment_ch.dm
Shadowfire 57464baadc port 0.9.9.9
just uploading so others can see work, still not ready for commitment
2020-02-08 01:11:36 +01:00

9 lines
394 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.