Skip to content

Commit

Permalink
Update HintList.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fenhl <[email protected]>
  • Loading branch information
GSKirox and fenhl authored Oct 21, 2024
1 parent 928894e commit a88165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HintList.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def tokens_required_by_settings(world: World) -> int:
'HideoutSmallKey': (["a get out of jail free card"], "a Jail Key", 'item'),
'TCGSmallKey': (["a key to becoming a winner"], "a Game Key", 'item'),
'SmallKeyRing': (["a toolbox for unlocking", "a dungeon season pass", "a jingling ring", "a skeleton key"], "a Small Key Ring", 'item'),
'HideoutSmallKeyRing': (["a pack of get out of jail free cards"], "a Jail Key Ring", 'item'),
'HideoutSmallKeyRing': (["a deck of get out of jail free cards"], "a Jail Key Ring", 'item'),
'TCGSmallKeyRing': (["the keys to becoming a winner"], "a Game Key Ring", 'item'),
'SilverRupee': (["an entry fee", "a priced artifact"], "a Silver Rupee", 'item'),
'Boss Key (Forest Temple)': (["a master of unlocking for a deep forest", "a master pass for a deep forest"], "the Forest Temple Boss Key", 'item'),
Expand Down

0 comments on commit a88165b

Please sign in to comment.