mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
Fix FilterCard name of TrinketMage
The cardinality is added via the TargetCardInLibrary.
This commit is contained in:
parent
4d43914673
commit
855e09810a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import mage.target.common.TargetCardInLibrary;
|
||||||
*/
|
*/
|
||||||
public final class TrinketMage extends CardImpl {
|
public final class TrinketMage extends CardImpl {
|
||||||
|
|
||||||
private static final FilterCard filter = new FilterCard("an artifact card with converted mana cost 1 or less");
|
private static final FilterCard filter = new FilterCard("artifact card with converted mana cost 1 or less");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(CardType.ARTIFACT.getPredicate());
|
filter.add(CardType.ARTIFACT.getPredicate());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue