* Flamekin Harbinger - The enters the battlefield effect is now optional.

This commit is contained in:
LevelX2 2015-04-29 17:41:46 +02:00
parent 830765996f
commit d39dad518d

View file

@ -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) {