Pull in OR 0.7.0.1 #2

Merged
karafruit merged 54 commits from codemann_OverworldShuffle into beta 2026-01-26 04:19:24 +00:00
Showing only changes of commit 81a6fd387b - Show all commits

View File

@@ -1787,7 +1787,7 @@ class Entrance(object):
if mirror_exit and mirror_region:
if mirror_region.can_reach(state):
traverse_paths(mirror_region, self.parent_region)
break # no need to continue if there is no path from the mirror re-entry to dest
break # no need to continue if there is no path from the mirror re-entry to dest
mirror_map.pop(0)
if found:
path = state.path.get(mirror_region, (mirror_region.name, None))