- Removed duplicated codes "NumCounters"

This commit is contained in:
swordshine
2014-10-04 09:29:19 +00:00
parent a8f640e00e
commit b91530b799
21 changed files with 20 additions and 23 deletions

View File

@@ -1315,9 +1315,6 @@ public class CardFactoryUtil {
if (sq[0].contains("TimesKicked")) {
return doXMath(c.getKickerMagnitude(), m, c);
}
if (sq[0].contains("NumCounters")) {
return doXMath(c.getCounters(CounterType.getType(sq[1])), m, c);
}
// Count$IfMainPhase.<numMain>.<numNotMain> // 7/10
if (sq[0].contains("IfMainPhase")) {