Cleanup SearchLibraryPutOnLibraryEffect, part 2

This commit is contained in:
xenohedron 2023-05-13 23:04:45 -04:00
parent a4616bc7ee
commit 6de43dc06e
5 changed files with 4 additions and 9 deletions

View file

@ -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;