From 4e4c73de20153a2ce713d3a2292e72738410a15a Mon Sep 17 00:00:00 2001 From: Joethepic <60947591+Joethepic@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:54:56 -0600 Subject: [PATCH] commas Co-authored-by: Scipio Wright --- worlds/smz3/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/smz3/Options.py b/worlds/smz3/Options.py index 84a95fc56f9f..ff76b1fb7cd8 100644 --- a/worlds/smz3/Options.py +++ b/worlds/smz3/Options.py @@ -55,7 +55,7 @@ class Goal(Choice): crystals to make Ganon vulnerable. For keysanity, this mode also removes the Crateria Boss Key requirement from Tourian to allow faster access. All Dungeons and Defeat Mother Brain - Similar to "Defeat Ganon and Mother Brain", but also requires all dungeons to be beaten - including Castle Tower and Agahnim and all Super Metroid bosses.""" + including Castle Tower, Agahnim, and all Super Metroid bosses.""" display_name = "Goal" option_DefeatBoth = 0 option_FastGanonDefeatMotherBrain = 1