Skip to content

Commit

Permalink
color-code APC statuses on power monitoring screen (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jan 8, 2021
1 parent d24502d commit d40b484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/monitor.dm
Expand Up @@ -52,7 +52,7 @@

t += "Area Eqp./Lgt./Env. Load Cell | Area Eqp./Lgt./Env. Load Cell<HR>"

var/list/S = list(" Off","AOff"," On", " AOn")
var/list/S = list("<span style='background-color: #f88'> Off</span>","<span style='background-color: #fa6'>AOff</span>","<span style='background-color: #8f8'> On</span>", "<span style='background-color: #ccf'> AOn</span>")
var/list/chg = list("N","C","F")

var/do_newline = 0
Expand Down

0 comments on commit d40b484

Please sign in to comment.