Pointed Allied Reinforcements to the BFZ Knight Ally token.

This commit is contained in:
fireshoes 2016-01-19 20:42:41 -06:00
parent 260a103d45
commit 7ea7d10495

View file

@ -63,6 +63,7 @@ class KnightToken extends Token {
public KnightToken() {
super("Knight", "2/2 white Knight Ally creature token");
this.setExpansionSetCodeForImage("BFZ");
cardType.add(CardType.CREATURE);
color.setWhite(true);
subtype.add("Knight");