Minor standard generation fix

Minor ER + Partitioned fix
This commit is contained in:
aerinon
2023-02-06 13:46:25 -07:00
parent 7c75053cc1
commit fb13785abc
5 changed files with 11 additions and 4 deletions

View File

@@ -632,7 +632,7 @@ def do_fixed_shuffle(avail, entrance_list):
rules = Restrictions()
rules.size = size
if ('Hyrule Castle Entrance (South)' in entrances and
avail.world.doorShuffle[avail.player] in ['basic', 'crossed']):
avail.world.doorShuffle[avail.player] != 'vanilla'):
rules.must_exit_to_lw = True
if 'Inverted Ganons Tower' in entrances and not avail.world.shuffle_ganon:
rules.fixed = True