blegh
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user