mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Fertilid fix that actually lets the target player search library, not Fertilid's controller
This commit is contained in:
parent
e5ef66a3cf
commit
5cf5990251
2 changed files with 50 additions and 3 deletions
|
|
@ -45,8 +45,8 @@ import mage.target.common.TargetCardInLibrary;
|
|||
*/
|
||||
public class SearchLibraryPutInPlayEffect extends SearchEffect {
|
||||
|
||||
private boolean tapped;
|
||||
private boolean forceShuffle;
|
||||
protected boolean tapped;
|
||||
protected boolean forceShuffle;
|
||||
|
||||
public SearchLibraryPutInPlayEffect(TargetCardInLibrary target) {
|
||||
this(target, false, true, Outcome.PutCardInPlay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue