notany attribute
anytypeofmana makes manacost colorless... wip
This commit is contained in:
@@ -266,6 +266,7 @@ public:
|
||||
int myconvertedcost;
|
||||
ManaCost * computeNewCost(MTGCardInstance * card,ManaCost * oldCost, ManaCost * refCost,bool noTrinisphere = false);
|
||||
int countTrini;
|
||||
bool anymanareplacement;
|
||||
vector<MTGCardInstance*>imprintedCards;
|
||||
int attackCost;
|
||||
int attackCostBackup;
|
||||
|
||||
@@ -264,7 +264,8 @@ class Constants
|
||||
OPPNOMAXHAND = 142,
|
||||
CANTCREW = 143,
|
||||
HIDDENFACE = 144,
|
||||
NB_BASIC_ABILITIES = 145,
|
||||
ANYTYPEOFMANA = 145,
|
||||
NB_BASIC_ABILITIES = 146,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user