mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
[CMR] fixed Armix, Filigree Thrasher - not working card, missing target (#7234);
This commit is contained in:
parent
bf7f9931ee
commit
9f67765e2d
7 changed files with 60 additions and 23 deletions
|
|
@ -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 "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,4 +85,4 @@ public class PlayerList extends CircularList<UUID> {
|
|||
return new PlayerList(this);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue