Skip to content

Commit

Permalink
Adds prescription eye effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Staykeu committed Jan 1, 2024
1 parent 158c82b commit 9183897
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions code/modules/clothing/glasses/meson.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@
icon_state = "meson"
item_state = "glasses"
deactive_state = "degoggles"
prescription = TRUE
actions_types = list(/datum/action/item_action/toggle)
toggleable = TRUE
fullscreen_vision = /atom/movable/screen/fullscreen/meson

/obj/item/clothing/glasses/meson/prescription
name = "prescription optical meson scanner"
desc = "Used for shield the user's eyes from harmful electromagnetic emissions, can also be used as safety googles. Contains prescription lenses."
prescription = TRUE

/obj/item/clothing/glasses/meson/refurbished
name = "refurbished meson scanner"
desc = "Used to shield the user's eyes from harmful electromagnetic emissions, also used as general safety goggles. A special version with upgraded optics."
Expand Down

0 comments on commit 9183897

Please sign in to comment.