mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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");
|
private static final FilterPermanent filter2 = new FilterArtifactPermanent("artifacts without mana abilities");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(MidnightArsonistPredicate.instance);
|
filter2.add(MidnightArsonistPredicate.instance);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Hint hint = new ValueHint("Vampires you control", new PermanentsOnBattlefieldCount(filter));
|
private static final Hint hint = new ValueHint("Vampires you control", new PermanentsOnBattlefieldCount(filter));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue