Skip to content

Commit

Permalink
Merge pull request #17 from SabreCat/energy
Browse files Browse the repository at this point in the history
Basic Energy handling
  • Loading branch information
billzorn committed Jan 18, 2017
2 parents ddc9c41 + 303bfa0 commit b0c4edd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils.py
Expand Up @@ -163,6 +163,7 @@ def from_unary(s):
mana_S = 'S' # snow
mana_X = 'X' # colorless X
mana_C = 'C' # colorless only 'eldrazi'
mana_E = 'E' # energy counter
mana_WP = 'WP' # single color phyrexian
mana_UP = 'UP'
mana_BP = 'BP'
Expand Down Expand Up @@ -218,6 +219,7 @@ def from_unary(s):
mana_S,
mana_X,
mana_C,
mana_E,
mana_WP,
mana_UP,
mana_BP,
Expand Down

0 comments on commit b0c4edd

Please sign in to comment.