* Akroma, Angel of Fury - Fixed wrong colors of her protection ability.

This commit is contained in:
LevelX2 2014-12-19 16:04:06 +01:00
parent 3e7039eb70
commit f6805bc105

View file

@ -56,7 +56,7 @@ public class AkromaAngelOfFury extends CardImpl {
private static final FilterCard protectionFilter = new FilterCard("white and from blue");
static {
protectionFilter.add(Predicates.or(new ColorPredicate(ObjectColor.BLACK),new ColorPredicate(ObjectColor.RED)));
protectionFilter.add(Predicates.or(new ColorPredicate(ObjectColor.WHITE),new ColorPredicate(ObjectColor.BLUE)));
}
public AkromaAngelOfFury(UUID ownerId) {