Including mystery seed number in spoiler log so it is easier to match them with rom filename
This commit is contained in:
2
Main.py
2
Main.py
@@ -119,7 +119,7 @@ def main(args, seed=None, fish=None):
|
||||
logger.info(
|
||||
world.fish.translate("cli","cli","app.title") + "\n",
|
||||
ORVersion,
|
||||
world.seed,
|
||||
"%s (%s)" % (world.seed, str(args.outputname)) if str(args.outputname).startswith('M') else world.seed,
|
||||
Settings.make_code(world, 1) if world.players == 1 else ''
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user