fix(encoding): basic energy handling
This commit is contained in:
parent
65905cf656
commit
303bfa060e
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,7 @@ mana_P = 'P' # colorless phyrexian
|
|||
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'
|
||||
|
@ -218,6 +219,7 @@ mana_syms = [
|
|||
mana_S,
|
||||
mana_X,
|
||||
mana_C,
|
||||
mana_E,
|
||||
mana_WP,
|
||||
mana_UP,
|
||||
mana_BP,
|
||||
|
|
Loading…
Reference in a new issue