fix regression from refactor in 49a3b117

This commit is contained in:
xenohedron 2025-09-13 19:33:59 -04:00
parent 4d5971c946
commit 35e906513c

View file

@ -35,7 +35,7 @@ public final class ThranPowerSuit extends CardImpl {
filter.add(AttachedToAttachedPredicate.instance);
}
private static final DynamicValue xValue = new PermanentsOnBattlefieldCount(filter, 2);
private static final DynamicValue xValue = new PermanentsOnBattlefieldCount(filter, 1);
public ThranPowerSuit(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{2}");