forked from External/mage
replaced apostrophes
This commit is contained in:
parent
1ed85cef4d
commit
c4a0d9f916
165 changed files with 286 additions and 286 deletions
|
|
@ -41,8 +41,8 @@ public class TargetCardInLibrary extends TargetCard {
|
|||
public TargetCardInLibrary(int minNumTargets, int maxNumTargets, FilterCard filter) {
|
||||
super(minNumTargets, maxNumTargets, Zone.LIBRARY, filter);
|
||||
// 701.15b If a player is searching a hidden zone for cards with a stated quality, such as a card
|
||||
// with a certain card type or color, that player isn’t required to find some or all of those cards
|
||||
// even if they’re present in that zone.
|
||||
// with a certain card type or color, that player isn't required to find some or all of those cards
|
||||
// even if they're present in that zone.
|
||||
this.setRequired(!filter.hasPredicates());
|
||||
this.setNotTarget(true);
|
||||
this.librarySearchLimit = Integer.MAX_VALUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue