mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
* Mster of Waves - Token color was not set to blue (was colorless).
This commit is contained in:
parent
03c032e3b0
commit
b052b5ca70
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class MasterOfWavesElementalToken extends Token {
|
|||
this.cardType.add(CardType.CREATURE);
|
||||
this.subtype.add("Elemental");
|
||||
|
||||
this.color.isBlue();
|
||||
this.color.setBlue(true);
|
||||
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(0);
|
||||
|
|
Loading…
Reference in a new issue