mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
SearchLibraryPutInPlayEffect: remove outcome, part 3
This commit is contained in:
parent
511ae76aee
commit
1aba94c8a8
24 changed files with 23 additions and 43 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue