mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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
This commit is contained in:
@@ -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"]<BR>"
|
||||
|
||||
t += "</FONT></PRE></TT>"
|
||||
|
||||
Reference in New Issue
Block a user