mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
various fixes from recent implementations
This commit is contained in:
parent
0cd6ec39b2
commit
cd99594c38
10 changed files with 16 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue