mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Aether Vial - Added info about added counter to game log.
This commit is contained in:
parent
1f196f0bc7
commit
2dc7bbaf08
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class AEtherVial extends CardImpl {
|
|||
this.expansionSetCode = "DST";
|
||||
|
||||
// At the beginning of your upkeep, you may put a charge counter on AEther Vial.
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new AddCountersSourceEffect(CounterType.CHARGE.createInstance()), TargetController.YOU, true));
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new AddCountersSourceEffect(CounterType.CHARGE.createInstance(), true), TargetController.YOU, true));
|
||||
// {tap}: You may put a creature card with converted mana cost equal to the number of charge counters on AEther Vial from your hand onto the battlefield.
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new AEtherVialEffect(), new TapSourceCost()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue