forked from External/mage
fix filter on Duskana
This commit is contained in:
parent
484ff1eaff
commit
084effe2c1
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue