File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -483,13 +483,13 @@ def shuffle_random_entrances(worlds: list[World]) -> None:
483483 or worlds [0 ].mixed_pools_bosses
484484 ):
485485 wincons -= {'dungeons' , 'stones' , 'medallions' }
486-
486+
487487 if (
488488 worlds [0 ].settings .reachable_locations == 'all'
489489 or ('tokens' in wincons and worlds [0 ].settings .tokensanity in ('off' , 'dungeons' ))
490490 ):
491491 one_way_priorities ['Bolero' ] = priority_entrance_table ['Bolero' ]
492-
492+
493493 if (
494494 worlds [0 ].settings .logic_rules == 'glitchless'
495495 or (
@@ -513,7 +513,7 @@ def shuffle_random_entrances(worlds: list[World]) -> None:
513513 or ('tokens' in wincons and worlds [0 ].settings .tokensanity in ('off' , 'overworld' ))
514514 ):
515515 one_way_priorities ['Nocturne' ] = priority_entrance_table ['Nocturne' ]
516-
516+
517517 if (
518518 worlds [0 ].settings .logic_rules == 'glitchless'
519519 or (
You can’t perform that action at this time.
0 commit comments