diff --git a/code/game/machinery/computer/power.dm b/code/game/machinery/computer/power.dm index 7566e0a6de0..d894e486c56 100644 --- a/code/game/machinery/computer/power.dm +++ b/code/game/machinery/computer/power.dm @@ -83,7 +83,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) t += " [S[A.equipment+1]] [S[A.lighting+1]] [S[A.environ+1]] [add_lspace(A.lastused_total, 6)] [A.cell ? "[add_lspace(round(A.cell.percent()), 3)]% [chg[A.charging+1]]" : " N/C"]
" t += ""