SearchLibraryPutInPlayEffect: remove outcome, part 3

This commit is contained in:
xenohedron 2023-05-13 23:14:46 -04:00
parent 511ae76aee
commit 1aba94c8a8
24 changed files with 23 additions and 43 deletions

View file

@ -29,10 +29,6 @@ public class SearchLibraryPutInPlayEffect extends SearchEffect {
this(target, tapped, true);
}
public SearchLibraryPutInPlayEffect(TargetCardInLibrary target, boolean tapped, Outcome outcome) {
this(target, tapped, true);
}
public SearchLibraryPutInPlayEffect(TargetCardInLibrary target, boolean tapped, boolean forceShuffle) {
this(target, tapped, forceShuffle, false);
}