Merged DR v1.2.0.5

This commit is contained in:
codemann8
2023-01-19 05:01:18 -06:00
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)