mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
Changed Indulgent Aristocrat filter to prevent 'each' appearing twice in tooltip
This commit is contained in:
parent
fe2434fa9f
commit
64f4a1584f
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