Skip to content

Commit

Permalink
Changing this back to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic authored Jun 16, 2024
1 parent a1f8b66 commit 48d1897
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
Expand Up @@ -1277,7 +1277,7 @@ class LogicTricks(OptionSet):
https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/oot/LogicTricks.py
"""
display_name = "Logic Tricks"
valid_keys = set(normalized_name_tricks.keys())
valid_keys = tuple(normalized_name_tricks.keys())
valid_keys_casefold = True


Expand Down

0 comments on commit 48d1897

Please sign in to comment.