fix filter on Duskana

This commit is contained in:
xenohedron 2024-03-04 20:57:33 -05:00
parent 484ff1eaff
commit 084effe2c1

View file

@ -25,6 +25,7 @@ public final class DuskanaTheRageMother extends CardImpl {
static {
filter.add(new BasePowerPredicate(ComparisonType.EQUAL_TO, 2));
filter.add(new BaseToughnessPredicate(ComparisonType.EQUAL_TO, 2));
filter.add(TargetController.YOU.getControllerPredicate());
}
public DuskanaTheRageMother(UUID ownerId, CardSetInfo setInfo) {