diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 57721fc1..7c8451bf 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -19,7 +19,7 @@ def link_overworld(world, player): else: connect_simple(world, 'Links House S&Q', 'Big Bomb Shop', player) - if not world.mode[player] != 'inverted': + if not world.mode[player] == 'inverted': connect_simple(world, 'Sanctuary S&Q', 'Sanctuary', player) else: connect_simple(world, 'Sanctuary S&Q', 'Dark Sanctuary Hint', player)