Merge pull request #495 from SkyMarshal/master

Randomizing job selection order.
This commit is contained in:
Tastyfish
2012-02-22 15:58:03 -08:00
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")