Fix Kotori, Pilot Prodigy. Closes #9833

This commit is contained in:
PurpleCrowbar 2022-12-27 16:47:54 +00:00
parent d604f04b79
commit 2f0a0c0f03

View file

@ -27,7 +27,7 @@ public final class KotoriPilotProdigy extends CardImpl {
private static final FilterPermanent filter2 = new FilterArtifactCreaturePermanent("artifact creature you control");
static {
filter.add(TargetController.YOU.getControllerPredicate());
filter2.add(TargetController.YOU.getControllerPredicate());
}
public KotoriPilotProdigy(UUID ownerId, CardSetInfo setInfo) {