mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
d'oh - remove old code.
This commit is contained in:
@@ -15874,19 +15874,7 @@ public class GameActionUtil {
|
|||||||
c.setBaseAttack(AllZoneUtil.getCreaturesInPlay(c.getController()).size());
|
c.setBaseAttack(AllZoneUtil.getCreaturesInPlay(c.getController()).size());
|
||||||
c.setBaseDefense(1);
|
c.setBaseDefense(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}// execute()
|
}// execute()
|
||||||
|
|
||||||
private int countCreatures(Card c) {
|
|
||||||
PlayerZone play = AllZone.getZone(Constant.Zone.Play, c.getController());
|
|
||||||
CardList creatures = new CardList(play.getCards());
|
|
||||||
creatures = creatures.filter(new CardListFilter() {
|
|
||||||
public boolean addCard(Card c) {
|
|
||||||
return c.isCreature();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return creatures.size();
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public static void Elvish_Vanguard(Card c) {
|
public static void Elvish_Vanguard(Card c) {
|
||||||
|
|||||||
Reference in New Issue
Block a user