fix Smash

regeneration is not prevented
This commit is contained in:
Neil Gentleman 2015-11-23 02:06:49 -08:00
parent be49cfc561
commit 0a2c41821e

View file

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