forked from External/mage
Fixed that TargetCard ignore filter in some calls
This commit is contained in:
parent
690f5f688d
commit
0885a01849
7 changed files with 93 additions and 58 deletions
|
|
@ -23,7 +23,7 @@ public abstract class TargetImpl implements Target {
|
|||
protected final Map<UUID, Integer> zoneChangeCounters = new HashMap<>();
|
||||
|
||||
protected String targetName;
|
||||
protected Zone zone;
|
||||
protected Zone zone; // all targets will be filtered by that zone, don't use "multi-zone" filter
|
||||
protected int maxNumberOfTargets;
|
||||
protected int minNumberOfTargets;
|
||||
protected boolean required = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue