mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
* Heliod, God of the Sun - Fixed missing white color for the created token.
This commit is contained in:
parent
db68d881da
commit
5c1c8ec244
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue