From 811a25a3bbc5605ee75c8c0e9ad505d9b39e1aa3 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 13 Jun 2017 07:13:39 -0500 Subject: [PATCH] Makes game world plane use client color --- code/_onclick/hud/plane_master.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/_onclick/hud/plane_master.dm b/code/_onclick/hud/plane_master.dm index 3db20f2099..33f35eab57 100644 --- a/code/_onclick/hud/plane_master.dm +++ b/code/_onclick/hud/plane_master.dm @@ -19,6 +19,7 @@ /obj/screen/plane_master/game_world name = "game world plane master" plane = GAME_PLANE + appearance_flags = PLANE_MASTER //should use client color blend_mode = BLEND_OVERLAY /obj/screen/plane_master/lighting