Including mystery seed number in spoiler log so it is easier to match them with rom filename

This commit is contained in:
codemann8
2022-05-02 05:48:17 -05:00
parent 7821fac8c3
commit b517c5305f

View File

@@ -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 ''
)