mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
* Akroma, Angel of Fury - Fixed wrong colors of her protection ability.
This commit is contained in:
parent
3e7039eb70
commit
f6805bc105
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue