Skip to content

Commit

Permalink
OoT: Turn Logic Tricks into an OptionSet (#3551)
Browse files Browse the repository at this point in the history
* Alphabetizing WebHost display for logic tricks

* Convert to a Set

* Changing this back to match upstream
  • Loading branch information
Exempt-Medic authored Nov 29, 2024
1 parent c022c74 commit ce78c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/oot/Options.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import typing
import random
from dataclasses import dataclass
from Options import Option, DefaultOnToggle, Toggle, Range, OptionList, OptionSet, DeathLink, PlandoConnections, \
from Options import Option, DefaultOnToggle, Toggle, Range, OptionSet, DeathLink, PlandoConnections, \
PerGameCommonOptions, OptionGroup
from .EntranceShuffle import entrance_shuffle_table
from .LogicTricks import normalized_name_tricks
Expand Down Expand Up @@ -1272,7 +1272,7 @@ class SfxOcarina(Choice):
}


class LogicTricks(OptionList):
class LogicTricks(OptionSet):
"""Set various tricks for logic in Ocarina of Time.
Format as a comma-separated list of "nice" names: ["Fewer Tunic Requirements", "Hidden Grottos without Stone of Agony"].
A full list of supported tricks can be found at:
Expand Down

0 comments on commit ce78c75

Please sign in to comment.