mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Ghirapur Aether Grid - improved text dialog;
This commit is contained in:
parent
7a5920322d
commit
32d326d720
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class GhirapurAetherGrid extends CardImpl {
|
|||
SimpleActivatedAbility ability = new SimpleActivatedAbility(Zone.BATTLEFIELD,
|
||||
new DamageTargetEffect(1),
|
||||
new TapTargetCost(new TargetControlledPermanent(2, 2, filter, true)));
|
||||
ability.addTarget(new TargetAnyTarget());
|
||||
ability.addTarget(new TargetAnyTarget().withChooseHint("deals 1 damage to"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue