mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Merge pull request #889 from FenrisulfrX/kuldotha
Kuldotha Forgemaster - Small fix to the filter text
This commit is contained in:
commit
82e7a7f50c
1 changed files with 1 additions and 1 deletions
|
@ -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}");
|
||||
|
|
Loading…
Reference in a new issue