Fix bug where Default Spectacle Rock (Bottom) connection was part of general topology, not just default connections.

This commit is contained in:
LLCoolDave 2017-05-21 03:00:08 +02:00
parent 1d4464bad8
commit e6d2c091e8
1 changed files with 1 additions and 1 deletions

View File

@ -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'),