diff --git a/code/datums/records/manifest.dm b/code/datums/records/manifest.dm index de4fae2baef..3efdf85d5bb 100644 --- a/code/datums/records/manifest.dm +++ b/code/datums/records/manifest.dm @@ -217,7 +217,7 @@ GLOBAL_DATUM_INIT(manifest, /datum/manifest, new) if(open_slots < 1) continue open += open_slots - positions[department.department_name] = list("exceptions" = exceptions, "open" = open) + positions[department.department_name] = list("exceptions" = exceptions, "open" = open, "color" = department.ui_color) return list( "manifest" = get_manifest(), diff --git a/code/modules/admin/sql_ban_system.dm b/code/modules/admin/sql_ban_system.dm index 81c00fc9367..14572a2e5d4 100644 --- a/code/modules/admin/sql_ban_system.dm +++ b/code/modules/admin/sql_ban_system.dm @@ -320,9 +320,9 @@ output += "
" for(var/datum/job_department/department as anything in SSjob.joinable_departments) - var/label_class = department.label_class + var/label_class = department.get_label_class() var/department_name = department.department_name - output += "