This commit is contained in:
Evan Kranzler 2017-08-23 22:04:36 -04:00
parent 514993bd0f
commit 4cd34c2cc8

View file

@ -107,7 +107,7 @@ class StarfieldOfNyxEffect extends ContinuousEffectImpl {
static {
filter.add(Predicates.not(new SubtypePredicate(SubType.AURA)));
filter.add(new AnotherPredicate());
filter.add(new OwnerPredicate(TargetController.YOU));
filter.add(new ControllerPredicate(TargetController.YOU));
}
public StarfieldOfNyxEffect() {