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