Skip to content

Commit

Permalink
morrowchanges completed
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Apr 5, 2024
1 parent 453417d commit b697c83
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions code/modules/clothing/glasses/night.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
/obj/item/clothing/glasses/night/m56_goggles
name = "\improper M56 head mounted sight"
gender = NEUTER
desc = "The headset camera and eyepiece part of the M56 Smartgun system. Connects to the weapon for tracking and detection of targets."
desc = "A headset and goggles system for the M56 Smartgun. Has a low-res short-range imager, allowing for view of terrain."
icon = 'icons/obj/items/clothing/glasses.dmi'
icon_state = "m56_goggles"
deactive_state = "m56_goggles_0"
Expand Down Expand Up @@ -200,13 +200,6 @@
button.icon_state = "template"

/obj/item/clothing/glasses/night/m56_goggles/no_nightvision
name = "\improper M56 head mounted sight"
gender = NEUTER
desc = "The headset, camera, and eyepiece part of the M56 Smartgun system. Connects to the weapon for tracking and detection of targets."
icon = 'icons/obj/items/clothing/glasses.dmi'
icon_state = "m56_goggles"
deactive_state = "m56_goggles_0"
toggleable = TRUE
actions_types = list(/datum/action/item_action/toggle)
darkness_view = 0
vision_flags = 0
Expand Down

0 comments on commit b697c83

Please sign in to comment.