Copy owswaps so that the world used to generate the playthrough has correct logic.

This commit is contained in:
compiling
2021-07-16 22:36:33 +10:00
parent bd60c3f1c0
commit 2e60b374a6

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)