Merged in DR v1.2.0.13

This commit is contained in:
codemann8
2023-03-14 17:48:42 -05:00
9 changed files with 36 additions and 31 deletions

View File

@@ -1814,7 +1814,8 @@ def shuffle_door_types(door_type_pools, paths, world, player):
for dungeon, doors in custom_dict.items():
all_custom[dungeon].extend(doors)
world.paired_doors[player].clear()
for pd in world.paired_doors[player]:
pd.pair = False
used_doors = shuffle_trap_doors(door_type_pools, paths, start_regions_map, all_custom, world, player)
# big keys
used_doors = shuffle_big_key_doors(door_type_pools, used_doors, start_regions_map, all_custom, world, player)