forked from External/mage
[ALA] various text fixes
This commit is contained in:
parent
670c2a5615
commit
edaaac53d9
33 changed files with 185 additions and 248 deletions
|
|
@ -13,7 +13,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
public final class ThopterToken extends TokenImpl {
|
||||
|
||||
public ThopterToken() {
|
||||
super("Thopter", "1/1 blue Thopter artifact creature tokens with flying");
|
||||
super("Thopter", "1/1 blue Thopter artifact creature token with flying");
|
||||
cardType.add(CardType.CREATURE);
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
color.setBlue(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue