mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Merge origin/master
This commit is contained in:
commit
ba7a8ecb82
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public final class EpitaphGolem extends CardImpl {
|
|||
// {2}: Put target card from your graveyard on the bottom of your library.
|
||||
Ability ability = new SimpleActivatedAbility(
|
||||
Zone.BATTLEFIELD,
|
||||
new PutOnLibraryTargetEffect(true),
|
||||
new PutOnLibraryTargetEffect(false),
|
||||
new ManaCostsImpl("{2}"));
|
||||
ability.addTarget(new TargetCardInYourGraveyard());
|
||||
this.addAbility(ability);
|
||||
|
|
Loading…
Reference in a new issue