Moving S&Q exits to OWR mandatory connections

This commit is contained in:
codemann8
2023-01-07 21:07:14 -06:00
parent ce5f58ec3c
commit 52a94d5574

View File

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