mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
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:
commit
7504c58d5a
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||||
|
|
Loading…
Reference in a new issue