forked from External/mage
[AFR] Portable Hole - Fixed incorrect predicate (fixes #8194)
This commit is contained in:
parent
ef6069c3e6
commit
98b758e95e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public final class PortableHole extends CardImpl {
|
|||
|
||||
static {
|
||||
filter.add(new ManaValuePredicate(ComparisonType.FEWER_THAN, 3));
|
||||
filter.add(TargetController.OPPONENT.getOwnerPredicate());
|
||||
filter.add(TargetController.OPPONENT.getControllerPredicate());
|
||||
}
|
||||
|
||||
public PortableHole(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue