* Ancestral Vision - Fixed missing blue card color.

This commit is contained in:
LevelX2 2014-06-22 09:14:12 +02:00
parent 60da945190
commit ba60a38472

View file

@ -46,6 +46,8 @@ public class AncestralVision extends CardImpl {
super(ownerId, 48, "Ancestral Vision", Rarity.RARE, new CardType[]{CardType.SORCERY}, "");
this.expansionSetCode = "TSP";
this.getColor().setBlue(true);
// Suspend 4-{U}
this.addAbility(new SuspendAbility(4, new ManaCostsImpl("U"), this));
// Target player draws three cards.