Adding new GUI/CLI option for Parallel Worlds

This commit is contained in:
codemann8
2021-05-04 06:21:06 -05:00
parent 29f6e95e1d
commit 26e3aee96b
10 changed files with 32 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ def main(args, seed=None, fish=None):
world.crystals_ganon_orig = args.crystals_ganon.copy()
world.crystals_gt_orig = args.crystals_gt.copy()
world.owKeepSimilar = args.ow_keepsimilar.copy()
world.owParallelWorlds = args.ow_parallel.copy()
world.open_pyramid = args.openpyramid.copy()
world.boss_shuffle = args.shufflebosses.copy()
world.enemy_shuffle = args.shuffleenemies.copy()