mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* From Beyond - Fixed that the searched cards was not revealed.
This commit is contained in:
parent
5a8ca36916
commit
1d9cebfc5c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class FromBeyond extends CardImpl {
|
||||||
|
|
||||||
// {1}{G}, Sacrifice From Beyond: Search your library for an Eldrazi card, reveal it, put it into your hand, then shuffle your library.
|
// {1}{G}, Sacrifice From Beyond: Search your library for an Eldrazi card, reveal it, put it into your hand, then shuffle your library.
|
||||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD,
|
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD,
|
||||||
new SearchLibraryPutInHandEffect(new TargetCardInLibrary(filter)),
|
new SearchLibraryPutInHandEffect(new TargetCardInLibrary(filter), true, true),
|
||||||
new ManaCostsImpl("{1}{G}"));
|
new ManaCostsImpl("{1}{G}"));
|
||||||
ability.addCost(new SacrificeSourceCost());
|
ability.addCost(new SacrificeSourceCost());
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
Loading…
Reference in a new issue