Skip to content

Commit

Permalink
TUNIC: Add clarifying comment to item links handling #4233
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored Nov 24, 2024
1 parent 36f1711 commit a650e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/tunic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ def fill_slot_data(self) -> Dict[str, Any]:
# this would be in a stage if there was an appropriate stage for it
self.player_item_link_locations = {}
groups = self.multiworld.get_player_groups(self.player)
# checking if groups so that this doesn't run if the player isn't in a group
if groups:
if not self.item_link_locations:
tunic_worlds: Tuple[TunicWorld] = self.multiworld.get_game_worlds("TUNIC")
Expand Down

0 comments on commit a650e90

Please sign in to comment.