" // Table within a table for alignment, also allows you to easily add more columns.
+ . += ""
var/index = -1
//The job before the current job. I only use this to get the previous jobs color when I'm filling in blank rows.
@@ -76,14 +76,14 @@
//the last job's selection color. Creating a rather nice effect.
for(var/i = 0, i < (limit - index), i += 1)
. += "|   |   | "
- . += " | | "
index = 0
. += ""
var/rank = job.title
lastJob = job
if(jobban_isbanned(user, rank))
- . += "[rank] | \[BANNED] | "
+ . += "\black [rank] \[BANNED] | "
continue
if(!job.player_old_enough(user.client))
var/available_in_days = job.available_in_days(user.client)
@@ -93,7 +93,7 @@
. += "[rank] \[MINIMUM CHARACTER AGE: [job.minimum_character_age]] | "
continue
if((pref.job_civilian_low & ASSISTANT) && (rank != "Assistant"))
- . += "[rank] | "
+ . += "[rank] | "
continue
if((rank in command_positions) || (rank == "AI"))//Bold head jobs
. += "[rank]"
@@ -132,11 +132,11 @@
switch(pref.alternate_option)
if(GET_RANDOM_JOB)
- . += " Get random job if preferences unavailable "
+ . += " Get random job if preferences unavailable "
if(BE_ASSISTANT)
- . += " Be assistant if preference unavailable "
+ . += " Be assistant if preference unavailable "
if(RETURN_TO_LOBBY)
- . += " Return to lobby if preference unavailable "
+ . += " Return to lobby if preference unavailable "
. += "\[Reset\]"
. += ""
diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm
index 0e18e4f835..e6627cc39d 100644
--- a/code/modules/client/preferences.dm
+++ b/code/modules/client/preferences.dm
@@ -211,7 +211,10 @@ datum/preferences
dat += player_setup.content(user)
dat += " |