From 4e27e4c443b062b4e4d3c9f6b86c104ed7563878 Mon Sep 17 00:00:00 2001 From: alexkar598 Date: Wed, 7 Jun 2017 15:10:14 -0400 Subject: [PATCH] Something tells me i should be ashamed of using web editor... --- code/game/machinery/holosign.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/holosign.dm b/code/game/machinery/holosign.dm index 3abbcef84ae..5ce444bcc09 100644 --- a/code/game/machinery/holosign.dm +++ b/code/game/machinery/holosign.dm @@ -36,7 +36,7 @@ /obj/machinery/holosign_switch name = "holosign switch" icon = 'icons/obj/power.dmi' - icon_state = "light1" + icon_state = "light0" desc = "A remote control switch for holosign." var/id = null var/active = 0