Moved special Big Bomb pathing to Pyramid Crack

This commit is contained in:
codemann8
2021-11-05 16:27:31 -05:00
parent 87f0cdd3fd
commit f0d128d9a0
5 changed files with 7 additions and 3 deletions

View File

@@ -1584,7 +1584,7 @@ class Entrance(object):
self.temp_path = []
def can_reach(self, state):
if self.name == 'Pyramid Fairy':
if self.name == 'Pyramid Crack':
world = self.parent_region.world if self.parent_region else None
big_bomb_location = world.get_location('Big Bomb', self.player)
if big_bomb_location.can_reach(state) and self.can_reach_thru(state, big_bomb_location.parent_region, True, True) and self.access_rule(state):