implement skip_playthrough in mystery

This commit is contained in:
Fabian Dill
2020-05-31 00:28:03 +02:00
parent 0cb80eadf1
commit f918efb645
4 changed files with 11 additions and 4 deletions

View File

@@ -99,6 +99,8 @@ if __name__ == "__main__":
if create_spoiler:
command += " --create_spoiler"
if create_spoiler == 2:
command += " --skip_playthrough"
if race:
command += " --race"
if os.path.exists(os.path.join(player_files_path, meta_file_path)):