Affinity affects other costs

Affinity should affect other costs such as flashback, buyback,  to cast
since its also a cost reducer...
This commit is contained in:
Anthony Calosa
2016-06-04 21:50:49 +08:00
parent 719a8b3420
commit 87515de57f
3 changed files with 95 additions and 10 deletions

View File

@@ -255,7 +255,7 @@ public:
bool isTargetter();
int cardistargetter;
int myconvertedcost;
ManaCost * computeNewCost(MTGCardInstance * card,ManaCost * oldCost, ManaCost * refCost);
ManaCost * computeNewCost(MTGCardInstance * card,ManaCost * oldCost, ManaCost * refCost,bool onlyTrinisphere = false);
void eventattacked();
void eventattackedAlone();