From 503a862da90b5b8d96117e0f5fb0e88a66e25ef3 Mon Sep 17 00:00:00 2001 From: ScootyPuffJr1 <77215594+ScootyPuffJr1@users.noreply.github.com> Date: Mon, 22 May 2023 10:09:04 -0400 Subject: [PATCH] Minor update to link in Options.py --- worlds/sm/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/sm/Options.py b/worlds/sm/Options.py index b5891bbe6610..c67d4ea7da2c 100644 --- a/worlds/sm/Options.py +++ b/worlds/sm/Options.py @@ -298,7 +298,7 @@ class Objective(OptionList): 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: - 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" default = ["kill all G4"]