Skip to content

Commit

Permalink
Fix extremely rare bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright committed Jun 16, 2024
1 parent e069d64 commit d1a602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/tunic/er_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@ def pair_portals(world: "TunicWorld", regions: Dict[str, Region]) -> Dict[Portal

# once we have both portals, connect them and add the new region(s) to connected_regions
if check_success == 2:
connected_regions = update_reachable_regions(connected_regions, traversal_reqs, has_laurels, logic_tricks)
if "Secret Gathering Place" in connected_regions:
has_laurels = True
connected_regions = update_reachable_regions(connected_regions, traversal_reqs, has_laurels, logic_tricks)
portal_pairs[portal1] = portal2
check_success = 0
random_object.shuffle(two_plus)
Expand Down

0 comments on commit d1a602a

Please sign in to comment.