Skip to content

Commit

Permalink
remove old worldquest items from season 1 TWW
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodmallet committed Sep 12, 2024
1 parent 92ee6fe commit e24d4e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion simc_support/game_data/Trinket.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,12 @@ def seasons(self) -> typing.List[Season]:
return [Season.DF_SEASON_1]

if self.source == Source.WORLD_QUEST:
return [s for s in Season]
return [
Season.DF_SEASON_1,
Season.DF_SEASON_2,
Season.DF_SEASON_3,
Season.DF_SEASON_4,
]

if (
self.source
Expand Down

0 comments on commit e24d4e6

Please sign in to comment.