Minor fixes for in-room stairs

This commit is contained in:
Catobat
2021-02-12 23:01:50 +01:00
parent f21687bd32
commit 74a8ec6486
5 changed files with 38 additions and 14 deletions

View File

@@ -89,7 +89,7 @@ def link_doors_main(world, player):
world.get_portal('Desert East', player).destination = True
if world.mode[player] == 'inverted':
world.get_portal('Desert West', player).destination = True
if world.mode[player] == 'open':
else:
world.get_portal('Skull 2 West', player).destination = True
world.get_portal('Turtle Rock Lazy Eyes', player).destination = True
world.get_portal('Turtle Rock Eye Bridge', player).destination = True