* Rise of Eagles - Fixed that correct token image is used.

This commit is contained in:
LevelX2 2014-05-25 17:35:18 +02:00
parent c3fe80af5b
commit 17d824ca19

View file

@ -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");