This commit is contained in:
deathride58
2017-09-19 20:49:42 -04:00
parent e0837a45b6
commit fac0e75103
4 changed files with 18 additions and 5 deletions
+4
View File
@@ -211,6 +211,10 @@ SUBSYSTEM_DEF(ticker)
GLOB.start_landmarks_list = shuffle(GLOB.start_landmarks_list) //Shuffle the order of spawn points so they dont always predictably spawn bottom-up and right-to-left
create_characters() //Create player characters
collect_minds()
if(config.allow_extended_miscreants && GLOB.master_mode == "extended")
GLOB.miscreants_allowed = TRUE
if(config.allow_miscreants && GLOB.master_mode != "extended")
GLOB.miscreants_allowed = TRUE
generate_crew_objectives()
equip_characters()