fixed Windgrace's Judgment not destroying everything it targets (fixes #5269)

This commit is contained in:
Evan Kranzler 2018-09-05 08:48:52 -04:00
parent 909fcf749d
commit c1f9a3f718

View file

@ -24,7 +24,7 @@ public final class WindgracesJudgment extends CardImpl {
// For any number of opponents, destroy target nonland permanent that player controls.
this.getSpellAbility().addEffect(
new DestroyTargetEffect().
new DestroyTargetEffect(false, true).
setText("For any number of opponents, "
+ "destroy target nonland permanent "
+ "that player controls")