mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08: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…
Add table
Add a link
Reference in a new issue