Generate: provide version string under _Generator_Version instead of Archipelago

This commit is contained in:
Fabian Dill 2021-11-28 02:57:15 +01:00
parent 73ae180437
commit 5e84900ac4
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ def roll_linked_options(weights: dict) -> dict:
def roll_triggers(weights: dict, triggers: list) -> dict:
weights = weights.copy() # make sure we don't write back to other weights sets in same_settings
weights["_Generator_Version"] = "Archipelago" # Some means for triggers to know if the seed is on main or doors.
weights["_Generator_Version"] = Utils.__version__
for i, option_set in enumerate(triggers):
try:
currently_targeted_weights = weights