diff --git a/code/game/jobs/job_controller.dm b/code/game/jobs/job_controller.dm index e6087aa7269..63110bd7b3f 100644 --- a/code/game/jobs/job_controller.dm +++ b/code/game/jobs/job_controller.dm @@ -90,6 +90,9 @@ var/global/datum/controller/occupations/job_master if(istype(job, GetJob("Assistant"))) // We don't want to give him assistant, that's boring! continue + if(job in command_positions) //If you want a command position, select it! + continue + if(jobban_isbanned(player, job.title)) Debug("FOC isbanned failed, Player: [player], Job: [job.title]") continue