diff --git a/code/game/machinery/computer/aifixer.dm b/code/game/machinery/computer/aifixer.dm index 92a73e8fed1..eae21415780 100644 --- a/code/game/machinery/computer/aifixer.dm +++ b/code/game/machinery/computer/aifixer.dm @@ -95,6 +95,8 @@ /obj/machinery/computer/aifixer/update_overlays() . = ..() + if(stat & (BROKEN|NOPOWER)) + return if(active) . += "ai-fixer-on" if(occupant)