mirror of
https://github.com/correl/mage.git
synced 2025-01-13 03:00:10 +00:00
Merge pull request #2018 from spjspj/master
spjspj - Minor change for Masterwork of Ingenuity (C14)
This commit is contained in:
commit
e29bcd6f5c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import mage.filter.predicate.mageobject.SubtypePredicate;
|
|||
*/
|
||||
public class MasterworkOfIngenuity extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterPermanent("artifact");
|
||||
private static final FilterPermanent filter = new FilterPermanent("equipment");
|
||||
|
||||
static {
|
||||
filter.add(new CardTypePredicate(CardType.ARTIFACT));
|
||||
|
|
Loading…
Reference in a new issue