Erwan
- Updated alternate render - Display hybrid mana cost on alternate Render - Display big card in graveyard - gray out alternate render when targetChooser is active - Non-copyrighted avatars for the AI. They suck...
This commit is contained in:
@@ -24,6 +24,8 @@ class ManaCost{
|
||||
int getConvertedCost();
|
||||
string toString();
|
||||
int getCost(int color);
|
||||
//Returns NULL if i is greater than nbhybrids
|
||||
ManaCostHybrid * getHybridCost(unsigned int i);
|
||||
int getMainColor();
|
||||
int hasColor(int color);
|
||||
int remove (int color, int value);
|
||||
|
||||
Reference in New Issue
Block a user