[SM] Minor update to link in Options.py (#1831)

This commit is contained in:
ScootyPuffJr1 2023-05-23 10:30:39 -04:00 committed by GitHub
parent 42d8fb8409
commit f4d9c294a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class Objective(OptionList):
Format as a comma-separated list of objective names: ["kill three G4", "collect 75% items"]. Format as a comma-separated list of objective names: ["kill three G4", "collect 75% items"].
A full list of supported objectives can be found at: A full list of supported objectives can be found at:
https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/sm/utils/objectives.py https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/sm/variaRandomizer/utils/objectives.py
""" """
display_name = "Objectives" display_name = "Objectives"
default = ["kill all G4"] default = ["kill all G4"]