romname starts with GK

This commit is contained in:
2026-01-25 13:16:35 -06:00
parent a51be12a4a
commit a019fa6478

View File

@@ -189,7 +189,7 @@ def main(args, seed=None, fish=None):
world.player_names[player].append(name)
logger.info('')
outfilebase = f'OR_{args.outputname if args.outputname else world.seed}'
outfilebase = f'GK_{args.outputname if args.outputname else world.seed}'
for player in range(1, world.players + 1):
world.difficulty_requirements[player] = difficulties[world.difficulty[player]]