Creating user notes field to be supplied by the seed roller

This commit is contained in:
codemann8
2023-07-29 05:10:47 -05:00
parent 982032e156
commit 35f3abc1c1
6 changed files with 12 additions and 4 deletions

View File

@@ -183,7 +183,7 @@ def main(args, seed=None, fish=None):
world.player_names[player].append(name)
logger.info('')
world.settings = CustomSettings()
world.settings.create_from_world(world, args.race)
world.settings.create_from_world(world, args)
outfilebase = f'OR_{args.outputname if args.outputname else world.seed}'