mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Pointed Allied Reinforcements to the BFZ Knight Ally token.
This commit is contained in:
parent
260a103d45
commit
7ea7d10495
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue