mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Merge origin/master
This commit is contained in:
commit
7a78c420f1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class Smash extends CardImpl {
|
||||||
this.expansionSetCode = "APC";
|
this.expansionSetCode = "APC";
|
||||||
|
|
||||||
// Destroy target artifact.
|
// Destroy target artifact.
|
||||||
this.getSpellAbility().addEffect(new DestroyTargetEffect(true));
|
this.getSpellAbility().addEffect(new DestroyTargetEffect());
|
||||||
this.getSpellAbility().addTarget(new TargetPermanent(new FilterArtifactPermanent()));
|
this.getSpellAbility().addTarget(new TargetPermanent(new FilterArtifactPermanent()));
|
||||||
// Draw a card.
|
// Draw a card.
|
||||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1));
|
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1));
|
||||||
|
|
Loading…
Reference in a new issue