Erwan
- fixed a few bugs with the parser for subtypes - fixed a bug for plague rats - fixed a bug for P/T parser - First release for the following sets: Mirrodin, Mirage, Lorwyn
This commit is contained in:
@@ -19,6 +19,7 @@ class CardDescriptor: public MTGCardInstance{
|
||||
int mode;
|
||||
int init();
|
||||
CardDescriptor();
|
||||
void setNegativeSubtype( string value);
|
||||
MTGCardInstance * match(MTGCardInstance * card);
|
||||
MTGCardInstance * match(MTGGameZone * zone);
|
||||
MTGCardInstance * nextmatch(MTGGameZone * zone, MTGCardInstance * previous);
|
||||
|
||||
@@ -42,6 +42,7 @@ class MTGCard {
|
||||
TexturesCache * mCache;
|
||||
string text;
|
||||
string name;
|
||||
|
||||
int colors[Constants::MTG_NB_COLORS];
|
||||
int basicAbilities[Constants::NB_BASIC_ABILITIES];
|
||||
vector<string> formattedText;
|
||||
|
||||
Reference in New Issue
Block a user