From 463bce915943d75fd7da1a38cf8ba5bf66908754 Mon Sep 17 00:00:00 2001 From: "joeheinemeyer@gmail.com" Date: Tue, 5 Jun 2012 20:41:48 +0000 Subject: [PATCH] This should fix the formatting error on the power monitoring computer. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3745 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/computer/power.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += ""