Skip to content

Commit e8fc6e3

Browse files
v9.20.3
1 parent bccc64b commit e8fc6e3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

hearthstone/enums.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ class GameTag(IntEnum):
713713
ALLIED = 2388
714714
LETTUCE_KEYWORD_HEALING_POWER = 2434
715715
BACON_OVERRIDE_BG_COST = 2437
716+
BACON_REDUCE_BUY_COST = 2438
716717
DONT_SUPPRESS_SUMMON_VO = 2440
717718
BACON_NUMBER_HERO_REFRESH_AVAILABLE = 2452
718719
BACON_FREEZE_TOOLTIP = 2455
@@ -1101,6 +1102,7 @@ class GameTag(IntEnum):
11011102
BACON_MANEUVER = 4605
11021103
DORMANT_AWAKENED_THIS_TURN = 4606
11031104
BACON_PIRATE_TOOLTIP = 4613
1105+
CAN_NOT_BE_REDRAFTED = 4620
11041106
SHOULD_TRACK_DECK_COST = 4626
11051107
SKIP_HERO_TWEEN = 4628
11061108
BACON_TIMEWARP_TURN1_TOOLTIP = 4635
@@ -1114,6 +1116,7 @@ class GameTag(IntEnum):
11141116
SHOULD_TRACK_DECK_COST_COUNT = 4700
11151117
BACON_EVOLUTION_CARD_TEXT_ADDITIONAL_ATK = 4711
11161118
BACON_EVOLUTION_CARD_TEXT_ADDITIONAL_HEALTH = 4712
1119+
FORCE_DISPLAY_CLASS_UI = 4731
11171120

11181121
InvisibleDeathrattle = 335
11191122
ImmuneToSpellpower = 349

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.20.2
3+
version = 9.20.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)