From 512c4f8f7e5d0569cf76d6a2f8c31dedf1068a66 Mon Sep 17 00:00:00 2001 From: "L.E.D" Date: Wed, 7 Dec 2016 16:54:29 -0500 Subject: [PATCH] fix (#83) --- code/modules/research/rdconsole.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 705005c574..7732362d41 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -34,6 +34,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, icon_screen = "rdcomp" icon_keyboard = "rd_key" circuit = /obj/item/weapon/circuitboard/computer/rdconsole + light_color = LIGHT_COLOR_PINK var/datum/research/files //Stores all the collected research data. var/obj/item/weapon/disk/tech_disk/t_disk = null //Stores the technology disk. var/obj/item/weapon/disk/design_disk/d_disk = null //Stores the design disk.