mirror of
https://github.com/correl/mage.git
synced 2025-03-16 01:06:34 -09: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}
|
// Replicate {R}
|
||||||
this.addAbility(new ReplicateAbility(this, "{R}"));
|
this.addAbility(new ReplicateAbility(this, "{R}"));
|
||||||
// Destroy target artifact.
|
// Destroy target artifact.
|
||||||
this.getSpellAbility().addEffect(new DestroyTargetEffect(true));
|
this.getSpellAbility().addEffect(new DestroyTargetEffect(false));
|
||||||
this.getSpellAbility().addTarget(new TargetArtifactPermanent());
|
this.getSpellAbility().addTarget(new TargetArtifactPermanent());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue