mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
TUNIC: Add clarifying comment to item links handling #4233
This commit is contained in:
@@ -432,6 +432,7 @@ class TunicWorld(World):
|
|||||||
# this would be in a stage if there was an appropriate stage for it
|
# this would be in a stage if there was an appropriate stage for it
|
||||||
self.player_item_link_locations = {}
|
self.player_item_link_locations = {}
|
||||||
groups = self.multiworld.get_player_groups(self.player)
|
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 groups:
|
||||||
if not self.item_link_locations:
|
if not self.item_link_locations:
|
||||||
tunic_worlds: Tuple[TunicWorld] = self.multiworld.get_game_worlds("TUNIC")
|
tunic_worlds: Tuple[TunicWorld] = self.multiworld.get_game_worlds("TUNIC")
|
||||||
|
Reference in New Issue
Block a user