mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[FIC] fix Bugenhagen, Wise Elder condition
This commit is contained in:
parent
9d9896bd4c
commit
7f4f6eab62
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public final class BugenhagenWiseElder extends CardImpl {
|
||||||
= new FilterControlledCreaturePermanent("you control a creature with power 7 or greater");
|
= new FilterControlledCreaturePermanent("you control a creature with power 7 or greater");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(new PowerPredicate(ComparisonType.MORE_THAN, 7));
|
filter.add(new PowerPredicate(ComparisonType.OR_GREATER, 7));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Condition condition = new PermanentsOnTheBattlefieldCondition(filter);
|
private static final Condition condition = new PermanentsOnTheBattlefieldCondition(filter);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue