forked from External/mage
* Rise of Eagles - Fixed that correct token image is used.
This commit is contained in:
parent
c3fe80af5b
commit
17d824ca19
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ class RiseOfEaglesBirdToken extends Token {
|
|||
|
||||
public RiseOfEaglesBirdToken() {
|
||||
super("Bird", "2/2 blue Bird enchantment creature tokens with flying");
|
||||
this.setOriginalExpansionSetCode("JOU");
|
||||
this.setOriginalExpansionSetCode("BNG");
|
||||
this.setTokenType(2);
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setColor(ObjectColor.BLUE);
|
||||
subtype.add("Bird");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue