mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Primeval Titan ability is optional
This commit is contained in:
parent
74ad6004f0
commit
5f18161ede
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class PrimevalTitan extends CardImpl {
|
|||
this.addAbility(TrampleAbility.getInstance());
|
||||
|
||||
// Whenever Primeval Titan enters the battlefield or attacks, you may search your library for up to two land cards, put them onto the battlefield tapped, then shuffle your library.
|
||||
this.addAbility(new EntersBattlefieldOrAttacksSourceTriggeredAbility(new SearchLibraryPutInPlayEffect(new TargetCardInLibrary(0, 2, new FilterLandCard("land cards")), true, Outcome.PutLandInPlay)));
|
||||
this.addAbility(new EntersBattlefieldOrAttacksSourceTriggeredAbility(new SearchLibraryPutInPlayEffect(new TargetCardInLibrary(0, 2, new FilterLandCard("land cards")), true, Outcome.PutLandInPlay), true));
|
||||
}
|
||||
|
||||
public PrimevalTitan(final PrimevalTitan card) {
|
||||
|
|
Loading…
Reference in a new issue