Changed Indulgent Aristocrat filter to prevent 'each' appearing twice in tooltip

This commit is contained in:
Timothy Rogers 2016-08-09 14:10:02 -05:00
parent fe2434fa9f
commit 64f4a1584f

View file

@ -51,7 +51,7 @@ import mage.target.common.TargetControlledCreaturePermanent;
*/ */
public class IndulgentAristocrat extends CardImpl { public class IndulgentAristocrat extends CardImpl {
private static final FilterControlledPermanent filter = new FilterControlledPermanent("each Vampire you control"); private static final FilterControlledPermanent filter = new FilterControlledPermanent("Vampire you control");
static { static {
filter.add(new SubtypePredicate("Vampire")); filter.add(new SubtypePredicate("Vampire"));