Some random Mixed OWR fixes

This commit is contained in:
codemann8
2024-05-11 14:39:05 -05:00
parent 1f66aa87fe
commit 8b295a74ad
3 changed files with 4 additions and 4 deletions

View File

@@ -1537,7 +1537,7 @@ def check_entrance_fixes(world, player):
'Turtle Rock': 'tr',
'Ganons Tower': 'gt',
}
if world.mode[player] == 'inverted':
if world.is_atgt_swapped(player):
del checks['Ganons Tower']
for ent_name, key in checks.items():
entrance = world.get_entrance(ent_name, player)