mirror of
https://github.com/correl/mage.git
synced 2025-03-17 01:06:26 -09: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…
Add table
Reference in a new issue