Kuldotha Forgemaster - Small fix to the filter text

Fixes #884
This commit is contained in:
FenrisulfrX 2015-04-06 11:15:06 -03:00
parent 389f2574ba
commit b4cece8429

View file

@ -49,7 +49,7 @@ import mage.target.common.TargetControlledPermanent;
public class KuldothaForgemaster extends CardImpl {
private static final FilterArtifactCard filterArtifactCard = new FilterArtifactCard();
private static final FilterControlledArtifactPermanent filterArtifactPermanent = new FilterControlledArtifactPermanent();
private static final FilterControlledArtifactPermanent filterArtifactPermanent = new FilterControlledArtifactPermanent("three artifacts you control");
public KuldothaForgemaster(UUID ownerId) {
super(ownerId, 169, "Kuldotha Forgemaster", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{5}");