Creating user notes field to be supplied by the seed roller
This commit is contained in:
2
Main.py
2
Main.py
@@ -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}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user