Skip to content

Commit

Permalink
fix mesons
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Jan 14, 2025
1 parent 268d513 commit 51d107b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/clothing/glasses/_glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@
icon_state = "meson"
item_state = "meson"
emissive_state = "meson_emissive"
clothing_traits = list(TRAIT_MESON_VISION, TRAIT_MADNESS_IMMUNE)
clothing_traits = list(TRAIT_MADNESS_IMMUNE)
darkness_view = 2
vision_flags = SEE_TURFS
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_VISIBLE
glass_colour_type = /datum/client_colour/glass_colour/lightgreen

/obj/item/clothing/glasses/meson/suicide_act(mob/living/carbon/user)
Expand Down

0 comments on commit 51d107b

Please sign in to comment.