mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +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 {
|
static {
|
||||||
filter.add(PainDistributorPredicate.instance);
|
filter.add(PainDistributorPredicate.instance);
|
||||||
filter.add(TargetController.OPPONENT.getControllerPredicate());
|
filter2.add(TargetController.OPPONENT.getControllerPredicate());
|
||||||
}
|
}
|
||||||
|
|
||||||
public PainDistributor(UUID ownerId, CardSetInfo setInfo) {
|
public PainDistributor(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
Loading…
Reference in a new issue