Logic fix for sanc mirror route

Minor updates to customizer
Minor update to new ER (seed duplication issue)
This commit is contained in:
aerinon
2023-01-18 08:02:32 -07:00
parent 22dfeeecca
commit 4547a0a43b
6 changed files with 25 additions and 12 deletions

View File

@@ -311,7 +311,7 @@ def do_main_shuffle(entrances, exits, avail, mode_def):
unused_entrances.update(lw_entrances)
unused_entrances.update(dw_entrances)
else:
entrance_list = [x for x in rem_entrances if bonk_fairy_exception(x)]
entrance_list = sorted([x for x in rem_entrances if bonk_fairy_exception(x)])
do_cross_world_connectors(entrance_list, multi_exit_caves, avail)
unused_entrances.update(entrance_list)