diff --git a/projects/mtg/src/ExtraCost.cpp b/projects/mtg/src/ExtraCost.cpp index 6c67d138f..d8fc5dd65 100644 --- a/projects/mtg/src/ExtraCost.cpp +++ b/projects/mtg/src/ExtraCost.cpp @@ -752,7 +752,7 @@ int TapTargetCost::isPaymentSet() target = NULL; return 0; } - if (target && (tc->getNbTargets() == tc->maxtargets || tc->done)) + if (target) return 1; return 0; }