forked from External/mage
[MKC] adjust outcome on Redemption Arc (#11855)
This commit is contained in:
parent
ddcd54c0df
commit
98fef0db10
1 changed files with 1 additions and 2 deletions
|
|
@ -39,13 +39,12 @@ public final class RedemptionArc extends CardImpl {
|
|||
// Enchanted creature has indestructible and is goaded.
|
||||
Effect effect = new GainAbilityAttachedEffect(IndestructibleAbility.getInstance(),
|
||||
AttachmentType.AURA, Duration.WhileOnBattlefield);
|
||||
effect.setOutcome(Outcome.Benefit);
|
||||
|
||||
Effect effect2 = new GoadAttachedEffect();
|
||||
effect2.setOutcome(Outcome.Benefit);
|
||||
|
||||
Ability ability = new SimpleStaticAbility(Zone.BATTLEFIELD, effect);
|
||||
ability.addEffect(effect2);
|
||||
ability.addCustomOutcome(Outcome.Protect);
|
||||
this.addAbility(ability);
|
||||
|
||||
// {1}{W}: Exile enchanted creature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue