Skip to content

Commit

Permalink
OOT: Adjust the Logic Trick Keys to be an ordered object (Archipelago…
Browse files Browse the repository at this point in the history
Bicoloursnake authored Jan 18, 2024
1 parent ec440b7 commit ac7b707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/oot/Options.py
Original file line number Diff line number Diff line change
@@ -1271,7 +1271,7 @@ class LogicTricks(OptionList):
https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/oot/LogicTricks.py
"""
display_name = "Logic Tricks"
valid_keys = frozenset(normalized_name_tricks)
valid_keys = tuple(normalized_name_tricks.keys())
valid_keys_casefold = True


0 comments on commit ac7b707

Please sign in to comment.