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:
magenoxx 2011-06-22 21:21:05 +04:00
parent cfa779661d
commit 67479da250

View file

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