mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
parent
5f611947ae
commit
64aeba659e
3 changed files with 90 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public class TargetCardAndOrCard extends TargetCard {
|
|||
/**
|
||||
* a [firstType] card and/or a [secondType] card
|
||||
*/
|
||||
protected TargetCardAndOrCard(Predicate<? super Card> firstPredicate, Predicate<? super Card> secondPredicate, String filterText) {
|
||||
public TargetCardAndOrCard(Predicate<? super Card> firstPredicate, Predicate<? super Card> secondPredicate, String filterText) {
|
||||
super(0, 2, Zone.ALL, makeFilter(firstPredicate, secondPredicate, filterText));
|
||||
this.assignment = new PredicateCardAssignment(firstPredicate, secondPredicate);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue