mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Sunhome Guildmage & Assemble the Legion - Fixed that the token is only white and not red.
This commit is contained in:
parent
eaf55be919
commit
3a38a3f8d1
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class SoldierToken extends Token {
|
||||||
super("Soldier", "1/1 red and white Soldier creature token with haste");
|
super("Soldier", "1/1 red and white Soldier creature token with haste");
|
||||||
cardType.add(CardType.CREATURE);
|
cardType.add(CardType.CREATURE);
|
||||||
color = ObjectColor.WHITE;
|
color = ObjectColor.WHITE;
|
||||||
|
color = ObjectColor.RED;
|
||||||
subtype.add("Soldier");
|
subtype.add("Soldier");
|
||||||
power = new MageInt(1);
|
power = new MageInt(1);
|
||||||
toughness = new MageInt(1);
|
toughness = new MageInt(1);
|
||||||
|
|
Loading…
Reference in a new issue