mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Skycat Sovereign token name
This commit is contained in:
parent
f6872732f2
commit
5986014026
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import mage.constants.SubType;
|
||||||
public final class CatBirdToken extends TokenImpl {
|
public final class CatBirdToken extends TokenImpl {
|
||||||
|
|
||||||
public CatBirdToken() {
|
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);
|
cardType.add(CardType.CREATURE);
|
||||||
color.setWhite(true);
|
color.setWhite(true);
|
||||||
subtype.add(SubType.CAT);
|
subtype.add(SubType.CAT);
|
||||||
|
|
Loading…
Reference in a new issue