Skip to content

Commit 0fa04a5

Browse files
committed
Add a CHARGE selector
1 parent 49a6cd5 commit 0fa04a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fireplace/dsl/selector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ def test(self, target, source):
354354

355355

356356
BATTLECRY = Selector(GameTag.BATTLECRY)
357+
CHARGE = Selector(GameTag.CHARGE)
357358
DAMAGED = Selector(GameTag.DAMAGE)
358359
DEATHRATTLE = Selector(GameTag.DEATHRATTLE)
359360
DIVINE_SHIELD = Selector(GameTag.DIVINE_SHIELD)

0 commit comments

Comments
 (0)