Fix a brainfart in Radiant Kavu's text

This commit is contained in:
LoneFox 2015-07-27 07:56:45 +03:00
parent 145bd39175
commit 3e2963d21d

View file

@ -48,7 +48,7 @@ import mage.filter.predicate.mageobject.ColorPredicate;
*/
public class RadiantKavu extends CardImpl {
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("blue and black creatures");
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("blue creatures and black creatures");
static {
filter.add(Predicates.or(new ColorPredicate(ObjectColor.BLUE), new ColorPredicate(ObjectColor.BLACK)));
}