[CMR] fixed Armix, Filigree Thrasher - not working card, missing target (#7234);

This commit is contained in:
Oleg Agafonov 2020-12-19 18:18:47 +04:00
parent bf7f9931ee
commit 9f67765e2d
7 changed files with 60 additions and 23 deletions

View file

@ -1,4 +1,3 @@
package mage.filter.predicate.permanent;
import mage.filter.predicate.ObjectSourcePlayer;
@ -19,6 +18,6 @@ public enum DefendingPlayerControlsPredicate implements ObjectSourcePlayerPredic
@Override
public String toString() {
return "Another";
return "";
}
}

View file

@ -85,4 +85,4 @@ public class PlayerList extends CircularList<UUID> {
return new PlayerList(this);
}
}
}