Oops, broke Mesons when I fixed NVG's

This should put things back where they go.
This commit is contained in:
Ccomp5950
2014-03-26 17:19:51 -05:00
parent 38a22e880f
commit bee3d30baa

View File

@@ -1275,8 +1275,10 @@
var/obj/item/clothing/glasses/G = glasses
if(istype(G))
see_in_dark += G.darkness_view
if(G.vision_flags)
if(G.vision_flags) // MESONS
sight |= G.vision_flags
if(!druggy)
see_invisible = SEE_INVISIBLE_MINIMUM
if(istype(G,/obj/item/clothing/glasses/night))
see_invisible = SEE_INVISIBLE_MINIMUM
client.screen += global_hud.nvg