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:
1
Main.py
1
Main.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user