Skip to content

Commit

Permalink
TUNIC: Add clarifying comment to item links handling ArchipelagoMW#4233
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored and AustinSumigray committed Jan 4, 2025
1 parent 6e0920d commit dc263ce
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 dc263ce

Please sign in to comment.