Skip to content

Commit

Permalink
Why was this even here in the first place?
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright committed Aug 14, 2024
1 parent 83e9f32 commit 6820e51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions worlds/tunic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,8 @@ def extend_hint_information(self, hint_data: Dict[int, Dict[int, str]]) -> None:
name, connection = paths[location.parent_region]
except KeyError:
# logic bug, proceed with warning since it takes a long time to update AP
warning(f"{location.name} is not logically accessible for "
f"{self.multiworld.get_file_safe_player_name(self.player)}. "
"Creating entrance hint Inaccessible. "
"Please report this to the TUNIC rando devs.")
warning(f"{location.name} is not logically accessible for {self.player_name}. "
"Creating entrance hint Inaccessible. Please report this to the TUNIC rando devs.")
hint_text = "Inaccessible"
else:
while connection != ("Menu", None):
Expand Down

0 comments on commit 6820e51

Please sign in to comment.