Added flute spots to world copy

This commit is contained in:
codemann8
2021-07-16 12:41:25 -05:00
parent 94a1c3ad1c
commit 5cf0274aac

View File

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