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()