[AFR] Portable Hole - Fixed incorrect predicate (fixes #8194)

This commit is contained in:
Daniel Bomar 2021-09-02 09:53:52 -05:00
parent ef6069c3e6
commit 98b758e95e
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -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) {