mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
fixed bug #3274
This commit is contained in:
parent
514993bd0f
commit
4cd34c2cc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue