mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08: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…
Add table
Add a link
Reference in a new issue