mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
add Gang of Elk (from Urza's Legacy)
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user