File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -342,12 +342,14 @@ def is_functional_duplicate_of(self, other):
342342 elite = prop (GameTag .ELITE , bool )
343343 elusive = prop (GameTag .ELUSIVE , bool )
344344 evil_glow = prop (GameTag .EVIL_GLOW , bool )
345+ fabled = prop (GameTag .FABLED , bool )
345346 forge = prop (GameTag .FORGE , bool )
346347 forgetful = prop (GameTag .FORGETFUL , bool )
347348 ghostly = prop (GameTag .GHOSTLY , bool )
348349 hide_health = prop (GameTag .HIDE_HEALTH , bool )
349350 hide_stats = prop (GameTag .HIDE_STATS , bool )
350351 hide_cost = prop (GameTag .HIDE_COST , bool )
352+ is_fabled_bundle_card = prop (GameTag .IS_FABLED_BUNDLE_CARD , bool )
351353 immune = prop (GameTag .IMMUNE , bool )
352354 inspire = prop (GameTag .INSPIRE , bool )
353355 jade_golem = prop (GameTag .JADE_GOLEM , bool )
Original file line number Diff line number Diff line change 11[metadata]
22name = hearthstone
3- version = 9.19.2
3+ version = 9.19.3
44description = CardDefs.xml parser and Hearthstone enums for Python
55long_description = file: README.md
66long_description_content_type =text/markdown
You can’t perform that action at this time.
0 commit comments