From b8b51965d24aa7cebb2883d71d09a290b30ffdc1 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Thu, 26 Aug 2021 08:53:12 -0500 Subject: [PATCH] skip first sweep_for_events in playthrough computation, so keys are no longer treated as special --- Main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Main.py b/Main.py index 0195dcb3..b920f053 100644 --- a/Main.py +++ b/Main.py @@ -414,7 +414,6 @@ def create_playthrough(world): sphere_candidates = set(prog_locations) logging.debug('Building up collection spheres.') while sphere_candidates: - state.sweep_for_events() # build up spheres of collection radius. # Everything in each sphere is independent from each other in dependencies and only depends on lower spheres