Skip to content

Commit

Permalink
feat(CardXML): add choose_one and combo properties (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinoi2 authored Apr 10, 2024
1 parent 4fcb616 commit 1083692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hearthstone/cardxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ def is_functional_duplicate_of(self, other):
collectible = prop(GameTag.COLLECTIBLE, bool)
colossal = prop(GameTag.COLOSSAL, bool)
battlecry = prop(GameTag.BATTLECRY, bool)
choose_one = prop(GameTag.CHOOSE_ONE, bool)
combo = prop(GameTag.COMBO, bool)
corrupt = prop(GameTag.CORRUPT, bool)
deathrattle = prop(GameTag.DEATHRATTLE, bool)
discover = prop(GameTag.DISCOVER, bool)
Expand Down

0 comments on commit 1083692

Please sign in to comment.