mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08: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…
Add table
Add a link
Reference in a new issue