mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed Windgrace's Judgment not destroying everything it targets (fixes #5269)
This commit is contained in:
parent
909fcf749d
commit
c1f9a3f718
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue