Trinisphere
TODO: Morph and Kicker... Morph can be done but how to implement the increased total cost with kicker? multi kicker? manual kicker??? Count the mana pool if you can pay the cost+kicker if less than 3 increase it???
This commit is contained in:
@@ -255,7 +255,8 @@ public:
|
||||
bool isTargetter();
|
||||
int cardistargetter;
|
||||
int myconvertedcost;
|
||||
ManaCost * computeNewCost(MTGCardInstance * card,ManaCost * oldCost, ManaCost * refCost,bool onlyTrinisphere = false);
|
||||
ManaCost * computeNewCost(MTGCardInstance * card,ManaCost * oldCost, ManaCost * refCost,bool noTrinisphere = false);
|
||||
int countTrini;
|
||||
|
||||
void eventattacked();
|
||||
void eventattackedAlone();
|
||||
|
||||
Reference in New Issue
Block a user