mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08: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…
Add table
Add a link
Reference in a new issue