mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
Set Version 1.3.0.
This commit is contained in:
parent
f1b8fe3efb
commit
ad71ec6aad
32 changed files with 82 additions and 82 deletions
|
|
@ -68,7 +68,7 @@ public class ManaVault extends CardImpl<ManaVault> {
|
|||
// At the beginning of your draw step, if Mana Vault is tapped, it deals 1 damage to you.
|
||||
this.addAbility(new ConditionalTriggeredAbility(
|
||||
new BeginningOfDrawTriggeredAbility(Zone.BATTLEFIELD, new DamageControllerEffect(1), TargetController.YOU, false),
|
||||
new SourceTappedCondition(),
|
||||
SourceTappedCondition.getInstance(),
|
||||
"At the beginning of your draw step, if Mana Vault is tapped, it deals 1 damage to you.", false));
|
||||
// {tap}: Add {3} to your mana pool.
|
||||
this.addAbility(new SimpleManaAbility(Zone.BATTLEFIELD, Mana.ColorlessMana(3), new TapSourceCost()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue