mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
* Cantivore - Changed target text (cbt33).
This commit is contained in:
parent
97f057339e
commit
03dfbfa7e0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import mage.filter.predicate.mageobject.CardTypePredicate;
|
|||
*/
|
||||
public class Cantivore extends CardImpl<Cantivore> {
|
||||
|
||||
public static final FilterCard filter = new FilterCard("Enchantment");
|
||||
public static final FilterCard filter = new FilterCard("enchantment cards");
|
||||
|
||||
static {
|
||||
filter.add(new CardTypePredicate(CardType.ENCHANTMENT));
|
||||
|
|
Loading…
Reference in a new issue