forked from External/mage
* Rise of Eagles - Added missing enchantment card type to the created bird tokens.
This commit is contained in:
parent
36854f222b
commit
9267fbc763
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ class RiseOfEaglesBirdToken extends Token {
|
|||
super("Bird", "2/2 blue Bird enchantment creature tokens with flying");
|
||||
this.setOriginalExpansionSetCode("BNG");
|
||||
this.setTokenType(2);
|
||||
cardType.add(CardType.ENCHANTMENT);
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setColor(ObjectColor.BLUE);
|
||||
subtype.add("Bird");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue