mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Ancestral Vision - Fixed missing blue card color.
This commit is contained in:
parent
60da945190
commit
ba60a38472
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue