Improvement to copy_world_premature

This commit is contained in:
codemann8
2022-11-01 11:45:43 -05:00
parent e4d760a00c
commit 734740a0a7

View File

@@ -616,6 +616,7 @@ def copy_world_premature(world, player):
ret.owflutespots = world.owflutespots.copy()
ret.prizes = world.prizes.copy()
ret.restrict_boss_items = world.restrict_boss_items.copy()
ret.key_logic = world.key_logic.copy()
ret.is_copied_world = True