Skip to content

Commit

Permalink
fix: mark Year of the Wolf as the current standard year
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Jul 14, 2023
1 parent 8f0d5da commit 3e772b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hearthstone/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,7 @@ def craftable(self):
CardSet.RETURN_OF_THE_LICH_KING,
CardSet.PATH_OF_ARTHAS,
CardSet.BATTLE_OF_THE_BANDS,
CardSet.TITANS,
)

@property
Expand All @@ -1139,7 +1140,7 @@ def short_name_global(self):

@property
def is_standard(self):
return self in ZodiacYear.HYDRA.standard_card_sets
return self in ZodiacYear.WOLF.standard_card_sets


class CardType(IntEnum):
Expand Down

0 comments on commit 3e772b0

Please sign in to comment.