mirror of
https://github.com/correl/mage.git
synced 2025-04-03 09:18:59 -09:00
minor change
This commit is contained in:
parent
018498598c
commit
42431ca8c3
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ public class AdunOakenshield extends CardImpl {
|
|||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(2);
|
||||
|
||||
//{B}{R}{G}, {T}: Return target creature card from your graveyard to your hand.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new ReturnToHandTargetEffect(),new ManaCostsImpl("{B}{R}{G}"));
|
||||
ability.addTarget(new TargetCardInYourGraveyard(filter));
|
||||
ability.addCost(new TapSourceCost());
|
||||
|
|
Loading…
Add table
Reference in a new issue