forked from External/mage
Fix Pestilence
This commit is contained in:
parent
aa6c97f8f2
commit
355a0972c0
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
||||||
public final class Pestilence extends CardImpl {
|
public final class Pestilence extends CardImpl {
|
||||||
|
|
||||||
private static final Condition condition = new PermanentsOnTheBattlefieldCondition(
|
private static final Condition condition = new PermanentsOnTheBattlefieldCondition(
|
||||||
new FilterCreaturePermanent("no creatures are on the battlefield"), ComparisonType.EQUAL_TO, 0
|
new FilterCreaturePermanent("no creatures are on the battlefield"), ComparisonType.EQUAL_TO, 0, false
|
||||||
);
|
);
|
||||||
|
|
||||||
public Pestilence(UUID ownerId, CardSetInfo setInfo) {
|
public Pestilence(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue