mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed General Kudro of Drannith targeting and pumping
This commit is contained in:
parent
1f85dcb334
commit
bd3de261cf
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public final class GeneralKudroOfDrannith extends CardImpl {
|
|||
= new FilterCreaturePermanent("creature with power 4 or greater");
|
||||
|
||||
static {
|
||||
filter.add(new PowerPredicate(ComparisonType.MORE_THAN, 3));
|
||||
filter5.add(new PowerPredicate(ComparisonType.MORE_THAN, 3));
|
||||
}
|
||||
|
||||
public GeneralKudroOfDrannith(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
Loading…
Reference in a new issue