From c85437d9c1eb853a1c3936a3e1bfe1adaf3f63f1 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 15 Jul 2021 11:57:33 -0400 Subject: [PATCH] Fix colorblind characters not seeing OL lights --- 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 6d97835cc2..4235d7470a 100644 --- a/code/modules/mob/mob_planes.dm +++ b/code/modules/mob/mob_planes.dm @@ -215,6 +215,7 @@ render_target = O_LIGHTING_VISUAL_RENDER_TARGET blend_mode = BLEND_MULTIPLY alpha = 255 + appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR // NO_CLIENT_COLOR because it has some naughty interactions with colorblindness that I can't figure out. Byond bug? /obj/screen/plane_master/emissive plane = PLANE_EMISSIVE