Skip to content

Commit

Permalink
added New Phyrexia, phyrexian mana symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrfalcon committed Apr 30, 2011
1 parent 7501c70 commit 9f2b156
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions VERSIONS
Expand Up @@ -18,3 +18,5 @@
1.3.1 2010-12-05 Fixed Unicode translation of "backtick" as seen in
e.g. Vastwood Gorger.

1.3.2 2011-04-30 Added Phyrexian mana symbols ({PG}, etc).

2 changes: 1 addition & 1 deletion gen_xml.py
Expand Up @@ -17,7 +17,7 @@
import tools
import xmltools

XML_VERSION = "1.3.1"
XML_VERSION = "1.3.2"
# this should be bumped up every time a change is made to the XML output
# (directly or indirectly), or if sanity checks were added.

Expand Down
4 changes: 4 additions & 0 deletions sets.py
Expand Up @@ -266,6 +266,10 @@ def __getattr__(self, name):
cards=306,
date="2003-10-02"),

'NPH': S(name="New Phyrexia",
cards=175,
date="2011-05-13"),

'NMS': S(name="Nemesis",
cards=143,
date="2000-02-14"),
Expand Down
5 changes: 5 additions & 0 deletions symbols.py
Expand Up @@ -29,6 +29,11 @@
"untap": "UNTAP",
"snow": "S",
"[chaos]": "CHAOS",
"phyrexian red": "PR",
"phyrexian white": "PW",
"phyrexian blue": "PU",
"phyrexian black": "PB",
"phyrexian green": "PG",
}

re_number = re.compile("^\d+$")
Expand Down

0 comments on commit 9f2b156

Please sign in to comment.