mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Shattering Spree fix closes #3509
This commit is contained in:
parent
dcbea9e726
commit
d8871deb6b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class ShatteringSpree extends CardImpl {
|
|||
// Replicate {R}
|
||||
this.addAbility(new ReplicateAbility(this, "{R}"));
|
||||
// Destroy target artifact.
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect(true));
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect(false));
|
||||
this.getSpellAbility().addTarget(new TargetArtifactPermanent());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue