mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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…
Reference in a new issue