Fill: remove sweep_for_events(key_only=True) (#2239)

This commit is contained in:
Fabian Dill
2024-07-28 01:32:25 +02:00
committed by GitHub
parent 34141f8de0
commit b77805e5ee
3 changed files with 3 additions and 10 deletions

View File

@@ -646,7 +646,6 @@ def balance_multiworld_progression(multiworld: MultiWorld) -> None:
def get_sphere_locations(sphere_state: CollectionState,
locations: typing.Set[Location]) -> typing.Set[Location]:
sphere_state.sweep_for_events(key_only=True, locations=locations)
return {loc for loc in locations if sphere_state.can_reach(loc)}
def item_percentage(player: int, num: int) -> float: