* Mster of Waves - Token color was not set to blue (was colorless).

This commit is contained in:
LevelX2 2013-10-28 07:45:51 +01:00
parent 03c032e3b0
commit b052b5ca70

View file

@ -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);