Yaaay, added in randomizing job selection order!

This commit is contained in:
SkyMarshal
2012-02-22 16:55:48 -07:00
parent f42530a476
commit 76eebada0d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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"
+1 -1
View File
@@ -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")