Skip to content

Commit 79f4f53

Browse files
v9.19.3
1 parent 3ac6da3 commit 79f4f53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hearthstone/cardxml.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = hearthstone
3-
version = 9.19.2
3+
version = 9.19.3
44
description = CardDefs.xml parser and Hearthstone enums for Python
55
long_description = file: README.md
66
long_description_content_type=text/markdown

0 commit comments

Comments
 (0)