Skip to content

Commit

Permalink
Merge pull request #28 from Elagatua/feature/change-wanderer-unlock-copy
Browse files Browse the repository at this point in the history
Improve wanderer unlock hint copy
  • Loading branch information
Elagatua authored Dec 24, 2022
2 parents ca4146d + 19f2f2f commit 11419b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ def get_unlock_hint(spoiler, world, checked, hint_type):
required_location_text = getHint(getItemGenericName(required_location.item), world.settings.clearer_hints).text

if hint_type == 'unlock-playthrough':
gossip_text = '#%s# unlocks the #wanderer\'s# way to #%s#.'
gossip_text = '#%s# unlocks the way to the #wanderer\'s# #%s#.'
gossip_colors = ['Light Blue', 'Yellow', 'Light Blue']
else:
gossip_text = '#%s# unlocks the way to #%s#.'
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '7.1.3'

# This is a supplementary version number for branches based off of main dev.
supplementary_version = 40
supplementary_version = 41

# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
# This will be 0x00 for main releases and 0x01 for main dev.
Expand Down

0 comments on commit 11419b8

Please sign in to comment.