From 1e7b5371663f7b161c5844dc22045b5323b9de0d Mon Sep 17 00:00:00 2001 From: CalamaBanana <46299792+CalamaBanana@users.noreply.github.com> Date: Thu, 16 May 2019 00:42:05 +0200 Subject: [PATCH] Update code/modules/integrated_electronics/core/detailer.dm Prettier list Co-Authored-By: Useroth <37159550+Useroth@users.noreply.github.com> --- code/modules/integrated_electronics/core/detailer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/integrated_electronics/core/detailer.dm b/code/modules/integrated_electronics/core/detailer.dm index 7fbdf5851e..52739c7940 100644 --- a/code/modules/integrated_electronics/core/detailer.dm +++ b/code/modules/integrated_electronics/core/detailer.dm @@ -27,7 +27,7 @@ "blue" = COLOR_ASSEMBLY_BLUE, "purple" = COLOR_ASSEMBLY_PURPLE, "pink" = COLOR_ASSEMBLY_PINK, - "custom" = "#ffffff" + "custom" = COLOR_ASSEMBLY_WHITE ) /obj/item/integrated_electronics/detailer/Initialize()