Fixed Mystery to not spoil OW Shuffle in filename

This commit is contained in:
codemann8
2021-07-29 07:10:46 -05:00
parent 730b97b37f
commit b6f913596b

View File

@@ -261,7 +261,7 @@ def main(args, seed=None, fish=None):
customize_shops(world, player)
balance_money_progression(world)
if world.owShuffle[1] != 'vanilla' or world.owSwap[1] != 'vanilla':
if world.owShuffle[1] != 'vanilla' or world.owSwap[1] != 'vanilla' or world.seed.startsWith('M'):
outfilebase = f'OR_{args.outputname if args.outputname else world.seed}'
else:
outfilebase = f'DR_{args.outputname if args.outputname else world.seed}'