Fixes Extravagant Replication. Closes #9316

This commit is contained in:
PurpleCrowbar 2022-07-25 01:42:37 +01:00
parent 88b0e1f359
commit ab6be01acf

View file

@ -24,6 +24,7 @@ public final class ExtravagantReplication extends CardImpl {
static {
filter.add(AnotherPredicate.instance);
filter.add(TargetController.YOU.getControllerPredicate());
}
public ExtravagantReplication(UUID ownerId, CardSetInfo setInfo) {