summary refs log tree commit diff stats
path: root/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 9853be7..2a61a71 100644 --- a/__init__.py +++ b/__init__.py
@@ -85,7 +85,7 @@ class LingoWorld(World):
85 state.collect(self.create_item(self.player_logic.forced_good_item), True) 85 state.collect(self.create_item(self.player_logic.forced_good_item), True)
86 86
87 all_locations = self.multiworld.get_locations(self.player) 87 all_locations = self.multiworld.get_locations(self.player)
88 state.sweep_for_events(locations=all_locations) 88 state.sweep_for_advancements(locations=all_locations)
89 89
90 unreachable_locations = [location for location in all_locations 90 unreachable_locations = [location for location in all_locations
91 if not state.can_reach_location(location.name, self.player)] 91 if not state.can_reach_location(location.name, self.player)]