From d293200198e68c1c8e7aaae1f6624007951cbb32 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Sat, 19 Oct 2024 00:35:10 -0400 Subject: [PATCH] more text fixes --- Mage.Sets/src/mage/cards/b/BelbeCorruptedObserver.java | 2 +- Mage.Sets/src/mage/cards/b/BrazenCannonade.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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());