mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
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 {
|
||||
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue