Skip to content

Commit

Permalink
add paracausal fragmetns
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodmallet committed Nov 12, 2023
1 parent 07b5e39 commit 6c579e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simc_support/game_data/Trinket.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def seasons(self) -> typing.List[Season]:
self.source == Source.CALLING
and "Paracausal Fragment of " in self.full_name
):
return [Season.SEASON_2]
return [Season.SEASON_2, Season.SEASON_3]
# TODO: add more logic to present more trinkets as season trinkets

if self.source == Source.TIMEWALKING and self.instance:
Expand Down

0 comments on commit 6c579e4

Please sign in to comment.