Fix for intensity 3 inverted lobbies if lobbies are chosen to be vanilla

Flooded pots not actually able to be flooded in some potshuffles
This commit is contained in:
randall.rupper
2021-03-16 14:23:52 -06:00
parent 7ef186134a
commit 3c81e377e5
5 changed files with 21 additions and 3 deletions

2
Rom.py
View File

@@ -729,6 +729,8 @@ def patch_rom(world, rom, player, team, enemized, is_mystery=False):
aga_portal = world.get_portal('Agahnims Tower', player)
gt_portal = world.get_portal('Ganons Tower', player)
aga_portal.exit_offset, gt_portal.exit_offset = gt_portal.exit_offset, aga_portal.exit_offset
aga_portal.default = False
gt_portal.default = False
for portal in world.dungeon_portals[player]:
if not portal.default: