* The Allow AI config option will now correctly stop players from choosing AI as a job.

* The job select screen will now fill in the rest of the last column, so it doesn't look uneven.
This commit is contained in:
Giacomand
2013-10-13 22:42:25 +01:00
parent 7408c84e3e
commit aee50633e7
5 changed files with 13 additions and 2 deletions
+3
View File
@@ -346,6 +346,9 @@ datum/preferences
HTML += "<font color=[prefLevelColor]>[prefLevelLabel]</font>"
HTML += "</a></td></tr>"
for(var/i = 1, i < (limit - index), i += 1) // Finish the column so it is even
HTML += "<tr bgcolor='[lastJob.selection_color]'><td width='60%' align='right'>&nbsp</td><td>&nbsp</td></tr>"
HTML += "</td'></tr></table>"
HTML += "</center></table>"