diff --git a/code/game/jobs/job_controller.dm b/code/game/jobs/job_controller.dm index 0e8e8861901..bfb3bf5909f 100644 --- a/code/game/jobs/job_controller.dm +++ b/code/game/jobs/job_controller.dm @@ -113,6 +113,9 @@ var/global/datum/controller/occupations/job_master if(job in command_positions) //If you want a command position, select it! continue + if(job in whitelisted_positions) // No random whitelisted job, sorry! + continue + if(jobban_isbanned(player, job.title)) Debug("GRJ isbanned failed, Player: [player], Job: [job.title]") continue