mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Removed duplicate "filter" variable in Culling Sun.
This commit is contained in:
@@ -13554,12 +13554,6 @@ public class CardFactory implements NewConstants {
|
||||
SpellAbility spell = new Spell(card) {
|
||||
private static final long serialVersionUID = 2169815434022673011L;
|
||||
|
||||
CardListFilter filter = new CardListFilter() {
|
||||
public boolean addCard(Card c) {
|
||||
return c.isCreature() && CardUtil.getConvertedManaCost(c) <= 3;
|
||||
}
|
||||
};
|
||||
|
||||
@Override
|
||||
public void resolve() {
|
||||
CardList all = new CardList();
|
||||
|
||||
Reference in New Issue
Block a user