forked from External/mage
[MKM] fix Make Your Move comparison
This commit is contained in:
parent
5a809f6fe4
commit
a25042cc48
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public final class MakeYourMove extends CardImpl {
|
|||
CardType.ENCHANTMENT.getPredicate(),
|
||||
Predicates.and(
|
||||
CardType.CREATURE.getPredicate(),
|
||||
new PowerPredicate(ComparisonType.MORE_THAN, 4)
|
||||
new PowerPredicate(ComparisonType.MORE_THAN, 3)
|
||||
)
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue