Fix some card text

This commit is contained in:
Plopman 2018-04-16 21:03:16 +02:00
parent 261cbf4970
commit 36d69a96be
68 changed files with 101 additions and 171 deletions

View file

@ -39,7 +39,7 @@ import mage.abilities.keyword.FlyingAbility;
public class WaspToken extends TokenImpl {
public WaspToken() {
super("Wasp", "1/1 colorless Insect artifact creature token with flying");
super("Wasp", "1/1 colorless Insect artifact creature token with flying named Wasp");
cardType.add(CardType.ARTIFACT);
cardType.add(CardType.CREATURE);
this.subtype.add(SubType.INSECT);