notany attribute

anytypeofmana makes manacost colorless... wip
This commit is contained in:
Anthony Calosa
2017-01-23 18:32:58 +08:00
parent 7f6e96459c
commit 94aefa6dba
9 changed files with 323 additions and 286 deletions

View File

@@ -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;

View File

@@ -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