From 3d3f28e09184c506d807157fe84b9d7d2e5fa6da Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Thu, 4 Jan 2018 21:16:33 -0500 Subject: [PATCH 1/2] Fixes white power cables in DM (#34066) --- code/modules/power/cable.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index 3ada84d601..d7e64f8b67 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -76,6 +76,7 @@ By design, d1 is the smallest direction and d2 is the highest /obj/structure/cable/white cable_color = "white" + color = "#ffffff" // the power cable object /obj/structure/cable/Initialize(mapload, param_color)