From 5cf0274aac4771ec2ef42d1127a53905705a76ec Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 16 Jul 2021 12:41:25 -0500 Subject: [PATCH] Added flute spots to world copy --- Main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Main.py b/Main.py index 0de80926..f1d90bb4 100644 --- a/Main.py +++ b/Main.py @@ -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)