Put player on HC ledge after dying to Ganon in inverted

This commit is contained in:
cassidoxa 2019-08-23 10:18:37 -04:00 committed by Kevin Cathcart
parent d8c28b733a
commit 3d64e2bef3
1 changed files with 2 additions and 2 deletions

View File

@ -1749,9 +1749,9 @@ def link_inverted_entrances(world, player):
world.powder_patch_required[player] = True
# check for ganon location
if world.get_entrance('Inverted Pyramid Hole', player).connected_region.name != 'Hyrule Castle Ledge':
if world.get_entrance('Inverted Pyramid Hole', player).connected_region.name != 'Pyramid':
world.ganon_at_pyramid[player] = False
# check for Ganon's Tower location
if world.get_entrance('Inverted Ganons Tower', player).connected_region.name != 'Ganons Tower (Entrance)':
world.ganonstower_vanilla[player] = False