mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00: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 {
|
||||
|
||||
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 {
|
||||
filter.add(CardType.ARTIFACT.getPredicate());
|
||||
|
|
Loading…
Reference in a new issue