From 9282cbaec72311bfadb40a56a70074756133d88f Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 1 Apr 2021 12:30:59 +0200 Subject: [PATCH] flag "breaking_changes" main as Archipelago in Mystery roller --- Mystery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mystery.py b/Mystery.py index 4136d4ca..ffbcc2e1 100644 --- a/Mystery.py +++ b/Mystery.py @@ -360,7 +360,7 @@ def roll_linked_options(weights: dict) -> dict: def roll_triggers(weights: dict) -> dict: weights = weights.copy() # make sure we don't write back to other weights sets in same_settings - weights["_Generator_Version"] = "Main" # Some means for triggers to know if the seed is on main or doors. + weights["_Generator_Version"] = "Archipelago" # Some means for triggers to know if the seed is on main or doors. for option_set in weights["triggers"]: try: key = get_choice("option_name", option_set)