diff --git a/Mage/src/mage/filter/FilterObject.java b/Mage/src/mage/filter/FilterObject.java index 698b8f7508c..8275f5244be 100644 --- a/Mage/src/mage/filter/FilterObject.java +++ b/Mage/src/mage/filter/FilterObject.java @@ -54,7 +54,7 @@ public class FilterObject> 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 name = new ArrayList(); protected boolean notName;