forked from External/mage
Fix Urza, Chief Artificer
This commit is contained in:
parent
441ea0fa89
commit
bf6a7684d6
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ public final class UrzaChiefArtificer extends CardImpl {
|
||||||
private static final FilterControlledPermanent filter
|
private static final FilterControlledPermanent filter
|
||||||
= new FilterControlledCreaturePermanent("artifact creatures");
|
= new FilterControlledCreaturePermanent("artifact creatures");
|
||||||
|
|
||||||
|
static {
|
||||||
|
filter.add(CardType.ARTIFACT.getPredicate());
|
||||||
|
}
|
||||||
|
|
||||||
public UrzaChiefArtificer(UUID ownerId, CardSetInfo setInfo) {
|
public UrzaChiefArtificer(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{W}{U}{B}");
|
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{W}{U}{B}");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue