Shattering Spree fix closes #3509

This commit is contained in:
Derek Monturo 2017-06-18 13:12:32 -04:00
parent dcbea9e726
commit d8871deb6b

View file

@ -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());
}