Skip to content

Commit

Permalink
feat: Add miniaturize keyword to CardXML mechanics list
Browse files Browse the repository at this point in the history
  • Loading branch information
joolean committed Mar 11, 2024
1 parent b50db11 commit d6bd240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hearthstone/cardxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def is_functional_duplicate_of(self, other):
jade_golem = prop(GameTag.JADE_GOLEM, bool)
lifesteal = prop(GameTag.LIFESTEAL, bool)
magnetic = prop(GameTag.MODULAR, bool)
miniaturize = prop(GameTag.MINIATURIZE, bool)
one_turn_effect = prop(GameTag.TAG_ONE_TURN_EFFECT, bool)
outcast = prop(GameTag.OUTCAST, bool)
overheal = prop(GameTag.OVERHEAL, bool)
Expand Down

0 comments on commit d6bd240

Please sign in to comment.