Fertilid fix that actually lets the target player search library, not Fertilid's controller

This commit is contained in:
Marshall 2015-06-15 20:48:56 -04:00
parent e5ef66a3cf
commit 5cf5990251
2 changed files with 50 additions and 3 deletions

View file

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