Skip to content

Commit

Permalink
[MKC] adjust outcome on Redemption Arc (magefree#11855)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimga150 authored Feb 26, 2024
1 parent ddcd54c commit 98fef0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Mage.Sets/src/mage/cards/r/RedemptionArc.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@ public RedemptionArc(UUID ownerId, CardSetInfo setInfo) {
// 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.
Expand Down

0 comments on commit 98fef0d

Please sign in to comment.