Core: Add spoiler-only output mode (#4059)

* Core: Add spoiler-only output mode

* spoiler-only exceptions

* Move new errors to mystery_argparse
This commit is contained in:
Benjamin S Wolf
2025-04-05 06:50:52 -07:00
committed by GitHub
parent cd4da36863
commit ec75793ac3
3 changed files with 24 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ def gen_game(gen_options: dict, meta: Optional[Dict[str, Any]] = None, owner=Non
{"bosses", "items", "connections", "texts"}))
erargs.skip_prog_balancing = False
erargs.skip_output = False
erargs.spoiler_only = False
erargs.csv_output = False
name_counter = Counter()