forked from External/mage
more text fixes
This commit is contained in:
parent
250869931b
commit
d293200198
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue