* Sunhome Guildmage & Assemble the Legion - Fixed that the token is only white and not red.

This commit is contained in:
LevelX2 2013-06-30 19:32:03 +02:00
parent eaf55be919
commit 3a38a3f8d1

View file

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