added support for {X}{X} in cost, added support for token(creature, X/X or XX/XX)*XX or X or #. added discard card at random as cost type {d}

This commit is contained in:
omegablast2002@yahoo.com
2010-09-12 16:15:24 +00:00
parent 6063ddcf55
commit c408e5d588
11 changed files with 122 additions and 8 deletions
+1
View File
@@ -85,6 +85,7 @@ int MTGCardInstance::init(){
CardPrimitive::init();
data = this;
X = 0;
XX = 0;
return 1;
}