Minor stuff missing

This commit is contained in:
codemann8
2021-11-01 13:30:46 -05:00
parent 8dab54ba9b
commit e2c51b5dc4
3 changed files with 7 additions and 5 deletions

View File

@@ -91,8 +91,9 @@ def link_doors_main(world, player):
world.get_portal('Desert East', player).destination = True world.get_portal('Desert East', player).destination = True
if (world.mode[player] == 'inverted') != (0x30 in world.owswaps[player][0] and world.owMixed[player]): if (world.mode[player] == 'inverted') != (0x30 in world.owswaps[player][0] and world.owMixed[player]):
world.get_portal('Desert West', player).destination = True world.get_portal('Desert West', player).destination = True
else: if (world.mode[player] == 'inverted') == (0x00 in world.owswaps[player][0] and world.owMixed[player]):
world.get_portal('Skull 2 West', player).destination = True world.get_portal('Skull 2 West', player).destination = True
if (world.mode[player] == 'inverted') == (0x05 in world.owswaps[player][0] and world.owMixed[player]):
world.get_portal('Turtle Rock Lazy Eyes', player).destination = True world.get_portal('Turtle Rock Lazy Eyes', player).destination = True
world.get_portal('Turtle Rock Eye Bridge', player).destination = True world.get_portal('Turtle Rock Eye Bridge', player).destination = True
else: else:

View File

@@ -50,6 +50,7 @@
restricted: 2 restricted: 2
full: 2 full: 2
lite: 2 lite: 2
lean: 2
crossed: 3 crossed: 3
insanity: 1 insanity: 1
shufflelinks: shufflelinks:

View File

@@ -181,10 +181,10 @@
" connect remaining entrances.", " connect remaining entrances.",
"Full: Mix cave and dungeon entrances freely while limiting", "Full: Mix cave and dungeon entrances freely while limiting",
" multi-entrance caves to one world.", " multi-entrance caves to one world.",
"Lite: Entrances are put into separate pools based on their", "Lite: Beginner-friendly. Dungeons/connectors, dropdowns, and",
" vanilla location. Dungeons, dropdowns, connector caves,", " item locations are shuffled in separate pools. Non-item",
" and locations that have an item are shuffled from", " locations remain vanilla. Connectors are same-world.",
" individual pools. Non-item locations remain vanilla.", "Lean: Same as Lite, except connectors can travel cross worlds.",
"Crossed: Mix cave and dungeon entrances freely while allowing", "Crossed: Mix cave and dungeon entrances freely while allowing",
" caves to cross between worlds.", " caves to cross between worlds.",
"Insanity: Decouple entrances and exits from each other and", "Insanity: Decouple entrances and exits from each other and",