1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 09:18:59 -09:00

minor change

This commit is contained in:
magenoxx 2014-08-12 21:23:26 +04:00
parent 018498598c
commit 42431ca8c3

View file

@ -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());