mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Merge pull request #6883 from senft/master
Fix FilterCard name of TrinketMage
This commit is contained in:
commit
1d9d59a8a5
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