diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index bcad1cea1af..5ffd1419253 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -678,7 +678,7 @@ var/obj/item/clothing/glasses/G = H.glasses H.sight |= G.vision_flags H.see_in_dark = G.darkness_view - H.see_invisible = G.invis_view + H.see_invisible = min(G.invis_view, H.see_invisible) if(H.druggy) //Override for druggy H.see_invisible = see_temp