diff --git a/code/game/machinery/computer/RCON_Console.dm b/code/game/machinery/computer/RCON_Console.dm index 669eb1e310..f3d8036786 100644 --- a/code/game/machinery/computer/RCON_Console.dm +++ b/code/game/machinery/computer/RCON_Console.dm @@ -8,7 +8,7 @@ name = "\improper RCON console" desc = "Console used to remotely control machinery on the station." icon_keyboard = "power_key" - icon_screen = "power:1" + icon_screen = "power:0" light_color = "#a97faa" circuit = /obj/item/weapon/circuitboard/rcon_console req_one_access = list(access_engine) diff --git a/icons/obj/computer.dmi b/icons/obj/computer.dmi index b51f3a2aca..1aa366d73e 100644 Binary files a/icons/obj/computer.dmi and b/icons/obj/computer.dmi differ