* Heliod, God of the Sun - Fixed missing white color for the created token.

This commit is contained in:
LevelX2 2014-06-23 15:43:25 +02:00
parent db68d881da
commit 5c1c8ec244

View file

@ -99,7 +99,7 @@ class HeliodGodOfTheSunToken extends Token {
this.cardType.add(CardType.ENCHANTMENT);
this.subtype.add("Cleric");
this.color.isWhite();
this.color.setWhite(true);
this.power = new MageInt(2);
this.toughness = new MageInt(1);