Fixed issue with Inverted Swapped ER placing swap for Vanilla GT

This commit is contained in:
codemann8
2024-01-26 23:29:03 -06:00
parent f3afba7ee6
commit 691ad1ff93

View File

@@ -223,10 +223,6 @@ def do_main_shuffle(entrances, exits, avail, mode_def):
if not avail.coupled:
avail.decoupled_entrances.remove('Agahnims Tower')
avail.decoupled_exits.remove('Ganons Tower Exit')
if avail.swapped:
connect_swap('Agahnims Tower', 'Ganons Tower Exit', avail)
entrances.remove('Ganons Tower')
exits.remove('Agahnims Tower Exit')
elif 'Ganons Tower' in entrances:
connect_two_way('Ganons Tower', 'Ganons Tower Exit', avail)
entrances.remove('Ganons Tower')