mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
Made scopeColor equal to ComparisonScope.Any by default (more frequently used).
This automatically fixed current bugs in Grand Architect, Honor Of The Pure, Bloodhall Ooze, some other.
This commit is contained in:
parent
cfa779661d
commit
67479da250
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class FilterObject<E extends MageObject, T extends FilterObject<E, T>> ex
|
|||
protected boolean useColorless;
|
||||
protected boolean useColor;
|
||||
protected ObjectColor color;
|
||||
protected ComparisonScope scopeColor = ComparisonScope.All;
|
||||
protected ComparisonScope scopeColor = ComparisonScope.Any;
|
||||
protected boolean notColor;
|
||||
protected List<String> name = new ArrayList<String>();
|
||||
protected boolean notName;
|
||||
|
|
Loading…
Reference in a new issue