Make Doors adjust to Santuary in the Dark World

This commit is contained in:
Catobat
2024-05-21 18:09:31 +02:00
parent 8f7ebc46b2
commit 90817a14fd
3 changed files with 3 additions and 3 deletions

View File

@@ -1516,7 +1516,7 @@ def create_doors(world, player):
# static portal flags
world.get_door('Sanctuary S', player).dead_end(allowPassage=True)
if world.mode[player] == 'open' and world.shuffle[player] not in ['lean', 'swapped', 'crossed', 'insanity']:
if not world.is_dark_chapel_start(player) and world.shuffle[player] not in ['lean', 'swapped', 'crossed', 'insanity']:
world.get_door('Sanctuary S', player).lw_restricted = True
world.get_door('Eastern Hint Tile Blocked Path SE', player).passage = False
world.get_door('TR Big Chest Entrance SE', player).passage = False