Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gymnast86 committed Dec 24, 2024
1 parent fa49682 commit de24f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def all_logic_satisfied(worlds: list["World"], item_pool: Counter[Item] = {}) ->
or not l.name.startswith("Sky Keep")
)
]

# Filter so that there's only one sky keep goal location
found_sky_keep_goal = False
for loc in accessible_goal_locations.copy():
Expand Down

0 comments on commit de24f7e

Please sign in to comment.