Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a CHARGE selector
  • Loading branch information
jleclanche committed Oct 13, 2015
1 parent 49a6cd5 commit 0fa04a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fireplace/dsl/selector.py
Expand Up @@ -354,6 +354,7 @@ def test(self, target, source):


BATTLECRY = Selector(GameTag.BATTLECRY)
CHARGE = Selector(GameTag.CHARGE)
DAMAGED = Selector(GameTag.DAMAGE)
DEATHRATTLE = Selector(GameTag.DEATHRATTLE)
DIVINE_SHIELD = Selector(GameTag.DIVINE_SHIELD)
Expand Down

0 comments on commit 0fa04a5

Please sign in to comment.