forked from External/mage
[FCA] a few text fixes
This commit is contained in:
parent
fc24927565
commit
bdeb0b39e1
4 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ import mage.constants.Zone;
|
|||
public final class KarnConstructToken extends TokenImpl {
|
||||
|
||||
public KarnConstructToken() {
|
||||
super("Construct Token", "0/0 colorless Construct artifact creature token with \"This creature gets +1/+1 for each artifact you control.\"");
|
||||
super("Construct Token", "0/0 colorless Construct artifact creature token with \"This token gets +1/+1 for each artifact you control.\"");
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.CONSTRUCT);
|
||||
|
|
@ -24,7 +24,7 @@ public final class KarnConstructToken extends TokenImpl {
|
|||
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
new BoostSourceEffect(ArtifactYouControlCount.instance, ArtifactYouControlCount.instance, Duration.WhileOnBattlefield)
|
||||
.setText("This creature gets +1/+1 for each artifact you control")
|
||||
.setText("This token gets +1/+1 for each artifact you control")
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue