mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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 {
|
||||
|
||||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("another target creature");
|
||||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("another target creature you control");
|
||||
|
||||
static {
|
||||
filter.add(new AnotherPredicate());
|
||||
|
|
Loading…
Reference in a new issue