mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fix Pain Distributor (#10396)
This commit is contained in:
parent
94a4642b10
commit
24fdabfd0a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public final class PainDistributor extends CardImpl {
|
|||
|
||||
static {
|
||||
filter.add(PainDistributorPredicate.instance);
|
||||
filter.add(TargetController.OPPONENT.getControllerPredicate());
|
||||
filter2.add(TargetController.OPPONENT.getControllerPredicate());
|
||||
}
|
||||
|
||||
public PainDistributor(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
Loading…
Reference in a new issue