Skip to content

Commit 82c591a

Browse files
committed
Remove special case for Pokey entrance
1 parent 8dc39e8 commit 82c591a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

EntranceShuffle.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ def assume_entrance_pool(entrance_pool):
4646

4747

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

0 commit comments

Comments
 (0)