From 4bbc8b4b235df363587ea72beb567e1906452a84 Mon Sep 17 00:00:00 2001 From: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:11:10 -0400 Subject: [PATCH] oops (#17698) --- code/game/machinery/computer/computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/computer.dm b/code/game/machinery/computer/computer.dm index c1ec259b093..a8aa3a45b4b 100644 --- a/code/game/machinery/computer/computer.dm +++ b/code/game/machinery/computer/computer.dm @@ -84,7 +84,7 @@ if(!(stat & BROKEN) && light) underlays += emissive_appearance(icon, "[icon_state]_light_mask") - if(!icon_keyboard) + if(icon_keyboard) add_overlay("[icon_keyboard]") /obj/machinery/computer/power_change()