Merge pull request #5 from compiling/OverworldShuffleDev

Copy owswaps so that the world used to generate the playthrough has correct logic.
This commit is contained in:
codemann8
2021-07-16 11:55:13 -05:00
committed by GitHub

View File

@@ -399,6 +399,7 @@ def copy_world(world):
ret.keydropshuffle = world.keydropshuffle.copy()
ret.mixed_travel = world.mixed_travel.copy()
ret.standardize_palettes = world.standardize_palettes.copy()
ret.owswaps = world.owswaps.copy()
for player in range(1, world.players + 1):
create_regions(ret, player)