mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Aegis Automation - Fixed tooltip text.
This commit is contained in:
parent
75cbfdf3b9
commit
97e1ebc569
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import mage.target.common.TargetControlledCreaturePermanent;
|
||||||
*/
|
*/
|
||||||
public class AegisAutomaton extends CardImpl {
|
public class AegisAutomaton extends CardImpl {
|
||||||
|
|
||||||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("another target creature");
|
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("another target creature you control");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(new AnotherPredicate());
|
filter.add(new AnotherPredicate());
|
||||||
|
|
Loading…
Reference in a new issue