From e6d2c091e8090f69340b8adb7f3b5b2e3084d023 Mon Sep 17 00:00:00 2001 From: LLCoolDave Date: Sun, 21 May 2017 03:00:08 +0200 Subject: [PATCH] Fix bug where Default Spectacle Rock (Bottom) connection was part of general topology, not just default connections. --- EntranceShuffle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EntranceShuffle.py b/EntranceShuffle.py index 458aaf65..e10be9f6 100644 --- a/EntranceShuffle.py +++ b/EntranceShuffle.py @@ -659,7 +659,6 @@ mandatory_connections = [('Links House', 'Links House'), # unshuffled. For now ('Flute Spot 1', 'Death Mountain'), ('Spectacle Rock Cave Drop', 'Spectacle Rock Cave (Bottom)'), ('Spectacle Rock Cave Peak Drop', 'Spectacle Rock Cave (Bottom)'), - ('Spectacle Rock Cave (Bottom)', 'Spectacle Rock Cave (Bottom)'), ('Death Mountain Return Ledge Drop', 'Light World'), ('Broken Bridge (West)', 'East Death Mountain (Bottom)'), ('Broken Bridge (East)', 'Death Mountain'), @@ -860,6 +859,7 @@ default_connections = [('Waterfall of Wishing', 'Waterfall of Wishing'), ('Death Mountain Return Cave Exit (West)', 'Death Mountain Return Ledge'), ('Death Mountain Return Cave Exit (East)', 'Death Mountain'), ('Spectacle Rock Cave Peak', 'Spectacle Rock Cave (Peak)'), + ('Spectacle Rock Cave (Bottom)', 'Spectacle Rock Cave (Bottom)'), ('Spectacle Rock Cave', 'Spectacle Rock Cave (Top)'), ('Spectacle Rock Cave Exit', 'Death Mountain'), ('Spectacle Rock Cave Exit (Top)', 'Death Mountain'),