mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Merge pull request #6868 from Grath/patch-3
Epitaph Golem puts card on top, rather than bottom
This commit is contained in:
commit
61c42f4d5b
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