mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
* Flamekin Harbinger - The enters the battlefield effect is now optional.
This commit is contained in:
parent
830765996f
commit
d39dad518d
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ public class FlamekinHarbinger extends CardImpl {
|
|||
// When Flamekin Harbinger enters the battlefield, you may search your library for an Elemental card,
|
||||
// reveal it, then shuffle your library and put that card on top of it.
|
||||
TargetCardInLibrary target = new TargetCardInLibrary(filter);
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new SearchLibraryPutOnLibraryEffect(target, true, true)));
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new SearchLibraryPutOnLibraryEffect(target, true, true), true));
|
||||
}
|
||||
|
||||
public FlamekinHarbinger(final FlamekinHarbinger card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue