forked from External/mage
fix regression from refactor in 49a3b117
This commit is contained in:
parent
4d5971c946
commit
35e906513c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public final class ThranPowerSuit extends CardImpl {
|
||||||
filter.add(AttachedToAttachedPredicate.instance);
|
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) {
|
public ThranPowerSuit(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{2}");
|
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{2}");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue