fixed Skycat Sovereign token name

This commit is contained in:
Evan Kranzler 2020-04-21 22:24:26 -04:00
parent f6872732f2
commit 5986014026

View file

@ -11,7 +11,7 @@ import mage.constants.SubType;
public final class CatBirdToken extends TokenImpl {
public CatBirdToken() {
super("Bird", "1/1 white Cat Bird creature token with flying");
super("Cat Bird", "1/1 white Cat Bird creature token with flying");
cardType.add(CardType.CREATURE);
color.setWhite(true);
subtype.add(SubType.CAT);