add Gang of Elk (from Urza's Legacy)

This commit is contained in:
jendave
2011-08-06 23:00:55 +00:00
parent 71e3eff8de
commit d1696aed8d
3 changed files with 16 additions and 0 deletions

View File

@@ -3514,6 +3514,8 @@ public class CardFactoryUtil {
int num = c.getCounters(Counters.getType(sq[1]));
return doXMath(num, m);
}
if(sq[0].contains("NumBlockingMe"))
return doXMath(AllZone.Combat.getBlockers(c).size(), m);
//Count$IfMainPhase.<numMain>.<numNotMain> // 7/10
if (sq[0].contains("IfMainPhase"))