mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fixed that Valorous Stance incorrectly prevented regeneration.
This commit is contained in:
parent
96fe50cebe
commit
fe01b728ac
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class ValorousStance extends CardImpl {
|
|||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
// or destroy target creature with toughness 4 or greater.
|
||||
Mode mode1 = new Mode();
|
||||
mode1.getEffects().add(new DestroyTargetEffect(true));
|
||||
mode1.getEffects().add(new DestroyTargetEffect());
|
||||
mode1.getTargets().add(new TargetCreaturePermanent(filter));
|
||||
this.getSpellAbility().addMode(mode1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue