various fixes from recent implementations

This commit is contained in:
xenohedron 2024-09-06 22:15:35 -04:00
parent 0cd6ec39b2
commit cd99594c38
10 changed files with 16 additions and 11 deletions

View file

@ -19,8 +19,8 @@ import java.util.UUID;
*/
public class SearchLibraryPutInHandEffect extends SearchEffect {
private boolean reveal;
private boolean textThatCard;
private final boolean reveal;
private final boolean textThatCard;
public SearchLibraryPutInHandEffect(TargetCardInLibrary target, boolean reveal) {
this(target, reveal, false);