- Fixing bad copy/paste in xCount

This commit is contained in:
Sol
2013-04-19 03:42:56 +00:00
parent 0f60f2e4d9
commit ff5c92cf20

View File

@@ -1402,7 +1402,7 @@ public class CardFactoryUtil {
final String[] restrictions = l[0].split("_");
final String[] rest = restrictions[1].split(",");
List<Card> filteredCards = CardLists.getValidCards(cc.getGame().getCardsIn(ZoneType.Battlefield), rest, cc, c);
return doXMath(Aggregates.sum(filteredCards, CardPredicates.Accessors.fnGetCmc), m, c);
return doXMath(Aggregates.sum(filteredCards, CardPredicates.Accessors.fnGetNetAttack), m, c);
}
// Count$CardManaCost
if (sq[0].contains("CardManaCost")) {