* Rise of Eagles - Added missing enchantment card type to the created bird tokens.

This commit is contained in:
LevelX2 2014-05-25 21:33:25 +02:00
parent 36854f222b
commit 9267fbc763

View file

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