From 530c3e9a07c5642adf3cb5ef1f8dc5232923a401 Mon Sep 17 00:00:00 2001 From: Leshana Date: Thu, 29 Mar 2018 20:20:47 -0400 Subject: [PATCH] Fixes fullbright mode hiding lighting overlays. Fullbright plane master being above lighting plane master is important, shouldn't be removed. --- code/modules/mob/mob_planes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/mob_planes.dm b/code/modules/mob/mob_planes.dm index 563f433926..8ffc15bc9f 100644 --- a/code/modules/mob/mob_planes.dm +++ b/code/modules/mob/mob_planes.dm @@ -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