mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
SearchLibraryPutInPlayEffect: remove forceshuffle parameter, part 3
This commit is contained in:
parent
698fe34014
commit
b05e6d5cb1
2 changed files with 3 additions and 3 deletions
|
|
@ -25,10 +25,10 @@ public class SearchLibraryPutInPlayEffect extends SearchEffect {
|
|||
}
|
||||
|
||||
public SearchLibraryPutInPlayEffect(TargetCardInLibrary target, boolean tapped) {
|
||||
this(target, tapped, true, false);
|
||||
this(target, tapped, false);
|
||||
}
|
||||
|
||||
public SearchLibraryPutInPlayEffect(TargetCardInLibrary target, boolean tapped, boolean forceShuffle, boolean optional) {
|
||||
public SearchLibraryPutInPlayEffect(TargetCardInLibrary target, boolean tapped, boolean optional) {
|
||||
super(target, Outcome.PutCardInPlay);
|
||||
this.tapped = tapped;
|
||||
this.optional = optional;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue