Merge pull request #889 from FenrisulfrX/kuldotha

Kuldotha Forgemaster - Small fix to the filter text
This commit is contained in:
LevelX2 2015-04-07 13:46:06 +02:00
commit 82e7a7f50c

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}");