diff --git a/Mage.Sets/src/mage/sets/theros/HeliodGodOfTheSun.java b/Mage.Sets/src/mage/sets/theros/HeliodGodOfTheSun.java index 768fcc0c2bc..50817de6d20 100644 --- a/Mage.Sets/src/mage/sets/theros/HeliodGodOfTheSun.java +++ b/Mage.Sets/src/mage/sets/theros/HeliodGodOfTheSun.java @@ -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);