mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Gemstone Mine: remove dead code
This commit is contained in:
parent
f73e948f08
commit
33e106919c
1 changed files with 0 additions and 9 deletions
|
@ -40,9 +40,6 @@ import mage.cards.CardImpl;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
import mage.counters.CounterType;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.filter.predicate.Predicates;
|
||||
import mage.filter.predicate.permanent.AnotherPredicate;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -50,12 +47,6 @@ import mage.filter.predicate.permanent.AnotherPredicate;
|
|||
*/
|
||||
public class GemstoneMine extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterPermanent();
|
||||
|
||||
static {
|
||||
filter.add(Predicates.not(new AnotherPredicate()));
|
||||
}
|
||||
|
||||
public GemstoneMine(UUID ownerId) {
|
||||
super(ownerId, 119, "Gemstone Mine", Rarity.RARE, new CardType[]{CardType.LAND}, "");
|
||||
this.expansionSetCode = "TSB";
|
||||
|
|
Loading…
Reference in a new issue