Merge pull request #5126 from VOREStation/vplk-darkness-fix

Fixes fullbright mode hiding lighting overlays.
This commit is contained in:
Neerti
2018-03-29 23:20:47 -04:00
committed by GitHub
+1
View File
@@ -135,6 +135,7 @@
//Lighting is weird and has matrix shenanigans. Think of this as turning on/off darkness.
/obj/screen/plane_master/fullbright
plane = PLANE_LIGHTING
layer = LAYER_HUD_BASE+1 // This MUST be above the lighting plane_master
color = null //To break lighting when visible (this is sorta backwards)
alpha = 0 //Starts full opaque
invisibility = 101