Erwan
- 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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user