main doesn't have doors to roll.

This commit is contained in:
CaitSith2 2021-03-03 13:02:55 -08:00
parent 6ddfbdf709
commit 475d39932c
1 changed files with 0 additions and 3 deletions

View File

@ -192,9 +192,6 @@ def main(args=None, callback=ERmain):
if "-" not in settings.shuffle and settings.shuffle != "vanilla":
settings.shuffle += f"-{random.randint(0, 2 ** 64)}"
if "-" not in settings.door_shuffle and settings.door_shuffle != "vanilla":
settings.door_shuffle += f"-{random.randint(0, 2 ** 64)}"
pre_rolled = dict()
pre_rolled["pre_rolled"] = settings
with open(os.path.join(args.outputpath if args.outputpath else ".", f"{os.path.split(path)[-1].split('.')[0]}_pre_rolled_{seedname}.yaml"), "wt") as f: