diff --git a/code/game/machinery/computer/power.dm b/code/game/machinery/computer/power.dm index 26f08505234..614a5f4e15d 100644 --- a/code/game/machinery/computer/power.dm +++ b/code/game/machinery/computer/power.dm @@ -96,7 +96,7 @@ for(var/obj/machinery/power/apc/A in L) - t += copytext(add_tspace(A.area.name, 30), 1, 30) + t += copytext(add_tspace("\The [A.area]", 30), 1, 30) if(control) t += " ([A.operating? " On" : "Off"])" else