Merge pull request #2160 from Choiseul11/choiseul11/2159-indulgent-aristocrat-tooltip-error

Changed Indulgent Aristocrat filter to prevent 'each' appearing twice…
This commit is contained in:
LevelX2 2016-08-09 22:37:05 +02:00 committed by GitHub
commit 7504c58d5a

View file

@ -51,7 +51,7 @@ import mage.target.common.TargetControlledCreaturePermanent;
*/
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 {
filter.add(new SubtypePredicate("Vampire"));