Notes field

This commit is contained in:
codemann8
2023-07-29 05:10:47 -05:00
committed by aerinon
parent 9497ef36ad
commit c0c3204fd5
6 changed files with 14 additions and 5 deletions

View File

@@ -172,7 +172,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'DR_{args.outputname if args.outputname else world.seed}'