SearchLibraryPutInHandEffect: simplify constructors

This commit is contained in:
xenohedron 2023-05-13 20:28:46 -04:00
parent 5ee6bed33a
commit ae7266efba
148 changed files with 161 additions and 194 deletions

View file

@ -544,7 +544,7 @@ public abstract class MageTestPlayerBase {
);
// library
ability = new SimpleActivatedAbility(new SearchLibraryPutInHandEffect(new TargetCardInLibrary(StaticFilters.FILTER_CARD)).setText("return from library"), new ManaCostsImpl<>(""));
ability = new SimpleActivatedAbility(new SearchLibraryPutInHandEffect(new TargetCardInLibrary(StaticFilters.FILTER_CARD), false).setText("return from library"), new ManaCostsImpl<>(""));
addCustomCardWithAbility(
"return from library for " + controller.getName(),
controller,