mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Fix Midnight Arsonist. Closes #9663
This commit is contained in:
parent
671817046e
commit
7d52a2afff
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ enum MidnightArsonistAdjuster implements TargetAdjuster {
|
|||
private static final FilterPermanent filter2 = new FilterArtifactPermanent("artifacts without mana abilities");
|
||||
|
||||
static {
|
||||
filter.add(MidnightArsonistPredicate.instance);
|
||||
filter2.add(MidnightArsonistPredicate.instance);
|
||||
}
|
||||
|
||||
private static final Hint hint = new ValueHint("Vampires you control", new PermanentsOnBattlefieldCount(filter));
|
||||
|
|
Loading…
Reference in a new issue