mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
10 lines
412 B
Plaintext
10 lines
412 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"
|
|
actions_types = list(/datum/action/item_action/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.
|