mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
Revised Odyssey cards
This commit is contained in:
parent
cb11dde335
commit
1c1cdb4464
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ public class Whipkeeper extends CardImpl<Whipkeeper> {
|
||||||
|
|
||||||
// {tap}: Whipkeeper deals damage to target creature equal to the damage already dealt to it this turn.
|
// {tap}: Whipkeeper deals damage to target creature equal to the damage already dealt to it this turn.
|
||||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new WhipkeeperEffect(), new TapSourceCost());
|
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new WhipkeeperEffect(), new TapSourceCost());
|
||||||
ability.addTarget(new TargetCreaturePermanent());
|
ability.addTarget(new TargetCreaturePermanent(true));
|
||||||
|
this.addAbility(ability);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue