Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove special case for Pokey entrance
Browse files Browse the repository at this point in the history
fenhl committed Mar 1, 2023

Verified

This commit was signed with the committer’s verified signature.
fenhl Fenhl
1 parent 8dc39e8 commit 82c591a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions EntranceShuffle.py
Original file line number Diff line number Diff line change
@@ -46,10 +46,6 @@ def assume_entrance_pool(entrance_pool):


def build_one_way_targets(world, types_to_include, exclude=(), target_region_names=()):
if world.settings.open_forest == 'closed':
# The logic assumes that this entrance places Link outside the circle on which the Kokiri boy moves,
# but this is not the case if you spawn or warp here.
exclude = ('LW Bridge -> Kokiri Forest', *exclude)
one_way_entrances = []
for pool_type in types_to_include:
one_way_entrances += world.get_shufflable_entrances(type=pool_type)

0 comments on commit 82c591a

Please sign in to comment.