mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fixes Extravagant Replication. Closes #9316
This commit is contained in:
parent
88b0e1f359
commit
ab6be01acf
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue