mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +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 {
|
||||
|
||||
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"));
|
||||
|
|
Loading…
Reference in a new issue