* Aegis Automation - Fixed tooltip text.

This commit is contained in:
LevelX2 2017-01-15 15:28:49 +01:00
parent 75cbfdf3b9
commit 97e1ebc569

View file

@ -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());