[MKM] fix Make Your Move comparison

This commit is contained in:
theelk801 2024-01-25 20:14:14 -05:00
parent 5a809f6fe4
commit a25042cc48

View file

@ -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)
)
));
}