Tweaked the [High] color to more match the original one (because I am too lazy to make it not include the font tag)

This commit is contained in:
khubajsn
2013-10-05 00:12:40 +02:00
parent 44bd0e3186
commit 249e77d775
+1 -1
View File
@@ -313,7 +313,7 @@ datum/preferences
if(GetJobDepartment(job, 1) & job.flag)
prefLevelLabel = "High"
prefLevelColor = "black"
prefLevelColor = "slateblue"
prefUpperLevel = 4
prefLowerLevel = 2
else if(GetJobDepartment(job, 2) & job.flag)