mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* 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…
Reference in a new issue