Fix Slinza's cost reduction effect

Fixes #13235
This commit is contained in:
Grath 2025-01-18 00:30:07 -05:00
parent e399e233d7
commit d7fa071e58

View file

@ -35,6 +35,7 @@ public final class SlinzaTheSpikedStampede extends CardImpl {
private static final FilterPermanent filter3 = new FilterCreaturePermanent("creature with power 4 or greater");
static {
filter.add(SubType.BEAST.getPredicate());
filter3.add(new PowerPredicate(ComparisonType.MORE_THAN, 3));
}