more text fixes

This commit is contained in:
xenohedron 2024-10-19 00:35:10 -04:00
parent 250869931b
commit d293200198
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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());