Skip to content

Commit

Permalink
Fix zig skip stuff (pls merge the other er thing so I don't have to k…
Browse files Browse the repository at this point in the history
…eep doing these tiny fixes)
  • Loading branch information
ScipioWright committed Dec 15, 2024
1 parent de402b8 commit 2eefdf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worlds/tunic/er_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ def pair_portals(world: "TunicWorld", regions: Dict[str, Region]) -> Dict[Portal
non_dead_end_regions.add(region_name)
# secret gathering place and zig skip get weird, special handling
elif region_info.dead_end == DeadEnd.special:
if (region_name == "Secret Gathering Place" and laurels_location == "10_fairies") \
or (region_name == "Zig Skip Exit" and fixed_shop):
if region_name == "Secret Gathering Place" and laurels_location == "10_fairies":
non_dead_end_regions.add(region_name)

if plando_connections:
Expand Down

0 comments on commit 2eefdf5

Please sign in to comment.