Skip to content

Commit

Permalink
Update BaseClasses.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
qwint and Exempt-Medic authored Sep 23, 2024
1 parent 15c8108 commit 4c07d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseClasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def find_common_pool(players: Set[int], shared_pool: Set[str]) -> Tuple[
for item in self.itempool:
count = common_item_count.get(item.player, {}).get(item.name, 0)
if count:
if ItemClassification.progression not in item.classification:
if not item.advancement:
continue
loc = Location(group_id, f"Item Link: {item.name} -> {self.player_name[item.player]} {count}",
None, region)
Expand Down

0 comments on commit 4c07d59

Please sign in to comment.