diff --git a/baystation12.dme b/baystation12.dme index 9b034e16f43..b4dd8fd6bb5 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -143,6 +143,7 @@ #define FILE_DIR "code/unused/pda2" #define FILE_DIR "code/unused/spacecraft" #define FILE_DIR "code/WorkInProgress" +#define FILE_DIR "code/WorkInProgress/Apples" #define FILE_DIR "code/WorkInProgress/Cael_Aislinn" #define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Tajara" #define FILE_DIR "code/WorkInProgress/mapload" diff --git a/code/game/jobs/job_controller.dm b/code/game/jobs/job_controller.dm index 07d153d782e..363fe91a96a 100644 --- a/code/game/jobs/job_controller.dm +++ b/code/game/jobs/job_controller.dm @@ -159,7 +159,7 @@ var/global/datum/controller/occupations/job_master if(unassigned.len == 0) return 0 //Shuffle players and jobs unassigned = shuffle(unassigned) - // occupations = shuffle(occupations) check and see if we can do this one + occupations = shuffle(occupations) //Assistants are checked first Debug("DO, Running Assistant Check 1")