TUNIC: Add clarifying comment to item links handling #4233

This commit is contained in:
Scipio Wright 2024-11-24 12:43:28 -05:00 committed by GitHub
parent 36f17111bf
commit a650e90b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ class TunicWorld(World):
# 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")