mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Fix a brainfart in Radiant Kavu's text
This commit is contained in:
parent
145bd39175
commit
3e2963d21d
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue