diff --git a/Mage.Sets/src/mage/cards/b/BelbeCorruptedObserver.java b/Mage.Sets/src/mage/cards/b/BelbeCorruptedObserver.java index fe6cbe361af..e0e27b54fca 100644 --- a/Mage.Sets/src/mage/cards/b/BelbeCorruptedObserver.java +++ b/Mage.Sets/src/mage/cards/b/BelbeCorruptedObserver.java @@ -56,7 +56,7 @@ class BelbeCorruptedObserverEffect extends OneShotEffect { BelbeCorruptedObserverEffect() { super(Outcome.Benefit); - staticText = "that player adds {C}{C} for each of your opponents who lost life this turn"; + staticText = "the active player adds {C}{C} for each of your opponents who lost life this turn"; } private BelbeCorruptedObserverEffect(final BelbeCorruptedObserverEffect effect) { diff --git a/Mage.Sets/src/mage/cards/b/BrazenCannonade.java b/Mage.Sets/src/mage/cards/b/BrazenCannonade.java index 017724984cb..eafe0f3a69e 100644 --- a/Mage.Sets/src/mage/cards/b/BrazenCannonade.java +++ b/Mage.Sets/src/mage/cards/b/BrazenCannonade.java @@ -48,7 +48,7 @@ public final class BrazenCannonade extends CardImpl { 1, Duration.UntilEndCombatOfYourNextTurn ), TargetController.YOU, false ), RaidCondition.instance, "At the beginning of each of your postcombat main phases, " + - "if you attacked with a creature this turn, exile the top card of your library. " + + "if you attacked this turn, exile the top card of your library. " + "Until end of combat on your next turn, you may play that card." ); this.addAbility(ability.setAbilityWord(AbilityWord.RAID).addHint(RaidHint.instance), new PlayerAttackedWatcher());