- removed useless "color=" lines
- Added color override for cards such as crimson kobolds (note: color should be after the "mana" line to avoid side effects)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-28 13:40:14 +00:00
parent bbccb9f238
commit 163d296bb5
23 changed files with 52 additions and 1119 deletions

View File

@@ -50,6 +50,7 @@ class MTGCard {
MTGCard(MTGCard * source);
void setColor(int _color, int removeAllOthers = 0);
void setColor(string _color, int removeAllOthers = 0);
int getColor();
int hasColor(int _color);
const char * colorToString();