mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00: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…
Reference in a new issue