From 9dcb8da22d5a21f71eb173fd4026ec24fea940f2 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Thu, 7 Jun 2012 03:34:19 +0100 Subject: [PATCH] TG: This should fix the formatting error on the power monitoring computer. Revision: r3745 Author: joeheinemeyer --- 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 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