mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
- added text to target description.
This commit is contained in:
parent
655f7800ca
commit
744663820c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ import mage.target.common.TargetCardInGraveyard;
|
||||||
*/
|
*/
|
||||||
public class MineExcavation extends CardImpl {
|
public class MineExcavation extends CardImpl {
|
||||||
|
|
||||||
private static final FilterCard filter = new FilterCard("artifact or enchantment card");
|
private static final FilterCard filter = new FilterCard("artifact or enchantment card in a graveyard");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(Predicates.or(new CardTypePredicate(CardType.ARTIFACT),
|
filter.add(Predicates.or(new CardTypePredicate(CardType.ARTIFACT),
|
||||||
|
|
Loading…
Reference in a new issue