mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
SearchLibraryPutInHandEffect: simplify constructors
This commit is contained in:
parent
5ee6bed33a
commit
ae7266efba
148 changed files with 161 additions and 194 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue