mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix Kotori, Pilot Prodigy. Closes #9833
This commit is contained in:
parent
d604f04b79
commit
2f0a0c0f03
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class KotoriPilotProdigy extends CardImpl {
|
||||||
private static final FilterPermanent filter2 = new FilterArtifactCreaturePermanent("artifact creature you control");
|
private static final FilterPermanent filter2 = new FilterArtifactCreaturePermanent("artifact creature you control");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(TargetController.YOU.getControllerPredicate());
|
filter2.add(TargetController.YOU.getControllerPredicate());
|
||||||
}
|
}
|
||||||
|
|
||||||
public KotoriPilotProdigy(UUID ownerId, CardSetInfo setInfo) {
|
public KotoriPilotProdigy(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
Loading…
Reference in a new issue