fixed Ulvenwald Hydra should be a may ability

This commit is contained in:
Derek Monturo 2017-05-23 09:41:30 -04:00
parent 400353e973
commit 2ae32e1b3a

View file

@ -71,7 +71,7 @@ public class UlvenwaldHydra extends CardImpl {
// When Ulvenwald Hydra enters the battlefield, you may search your library for a land card, put it onto the battlefield tapped, then shuffle your library.
TargetCardInLibrary target = new TargetCardInLibrary(new FilterLandCard());
this.addAbility(new EntersBattlefieldTriggeredAbility(new SearchLibraryPutInPlayEffect(target, true, true, Outcome.PutLandInPlay)));
this.addAbility(new EntersBattlefieldTriggeredAbility(new SearchLibraryPutInPlayEffect(target, true, true, Outcome.PutLandInPlay), true));
}
public UlvenwaldHydra(final UlvenwaldHydra card) {