Skip to content

Commit

Permalink
fixing minor typos on options (ArchipelagoMW#3080)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineSyndrome authored and EmilyV99 committed Apr 15, 2024
1 parent ec20b17 commit 0142af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/smz3/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SwordLocation(Choice):
Randomized - The sword can be placed anywhere.
Early - The sword will be placed in a location accessible from the start of
the game.
Unce assured - The sword will always be placed on Link's Uncle."""
Uncle - The sword will always be placed on Link's Uncle."""
display_name = "Sword Location"
option_Randomized = 0
option_Early = 1
Expand All @@ -48,7 +48,7 @@ class MorphLocation(Choice):

class Goal(Choice):
"""This option decides what goal is required to finish the randomizer.
Defeat Ganon and Mother Brain - Find the required crystals and boss tokens kill both bosses.
Defeat Ganon and Mother Brain - Find the required crystals and boss tokens to kill both bosses.
Fast Ganon and Defeat Mother Brain - The hole to ganon is open without having to defeat Agahnim in
Ganon's Tower and Ganon can be defeat as soon you have the required
crystals to make Ganon vulnerable. For keysanity, this mode also removes
Expand Down

0 comments on commit 0142af5

Please sign in to comment.