mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Crosis's Charm doesn't prevent artifacts from regenerating
This commit is contained in:
parent
2a8b117f34
commit
1b78e06c7f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class CrosissCharm extends CardImpl {
|
|||
this.getSpellAbility().addMode(mode);
|
||||
// or destroy target artifact.
|
||||
mode = new Mode();
|
||||
mode.getEffects().add(new DestroyTargetEffect(true));
|
||||
mode.getEffects().add(new DestroyTargetEffect());
|
||||
Target target = new TargetArtifactPermanent();
|
||||
mode.getTargets().add(target);
|
||||
this.getSpellAbility().addMode(mode);
|
||||
|
|
Loading…
Reference in a new issue