forked from External/mage
Cleanup SearchLibraryPutOnLibraryEffect, part 2
This commit is contained in:
parent
a4616bc7ee
commit
6de43dc06e
5 changed files with 4 additions and 9 deletions
|
|
@ -19,11 +19,6 @@ public class SearchLibraryPutOnLibraryEffect extends SearchEffect {
|
|||
|
||||
private boolean reveal;
|
||||
|
||||
public SearchLibraryPutOnLibraryEffect(TargetCardInLibrary target) {
|
||||
this(target, false);
|
||||
setText();
|
||||
}
|
||||
|
||||
public SearchLibraryPutOnLibraryEffect(TargetCardInLibrary target, boolean reveal) {
|
||||
super(target, Outcome.DrawCard);
|
||||
this.reveal = reveal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue